/* ---------------------------------------------------------
STRUCTURE
------------------------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align:center;
	font-size:100%;
	font-family:"Comic Sans MS", Verdana, Arial, sans-serif;
	background:#313131 url(../images/arttilea.jpg) repeat;

}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align:left;
}

#menu {
	float:left;
	width:200px;
	overflow:hidden;
}

#content {
	width:700px;
	float:left;
	margin:0 0 0 59px;
	padding:0;
	overflow:hidden;
	
}



/* --------------------------------------------------------------  
TYPOGRAPHY
------------------------------------------------------------ */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 26px; color:#FFFA8E; margin: 0 0 10px; }
h2 { font-size: 20px; color:#92BB39; margin: 0 0 10px; }
h3 { font-size:	16px; color:#EE861F; } 
h4, h5 { font-size: 14px; } 

p {
	margin: 0 0 10px;
	padding:0;
	color:#FFFF99;
	font-size:12px;
	letter-spacing: 1pt;
}

ul, li  {
	font-size:12px;
	list-style-image: url("../images/artbul1a.gif"); 
}

a {
	color:#FFCC00;
	outline:none;
	text-decoration: underline;
}

.small {	
	font-size: 9px; 
}

a:visited {
	color: #FFCC00;
}

a:hover {
	color:#CC6600;
}

.linkYellow {
	color:#FFCC00;
}

.green {
	color:#92BB39 !important;
}

.darkGreen, label, input[type=radio] {
	color:#92BB39 !important;
}

.lightGreen {
	color:#57E941 !important;
}

.darkOrange {
	color:#D76327 !important;
}

.lightOrange {
	color:#EE861F !important;
}

.darkRed {
	color:#C14113 !important;
}


/* --------------------------------------------------------------  
FOOTER
------------------------------------------------------------ */
#footerLinks {
	clear:both;
	width:100%;
	margin:0;
	padding:40px 0 0 0;
	text-align:center;
	font-size: 11px; 
	
}

#footerLinks p {
	font-size:11px;
}
#footer {
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; 
	color: #999966;
}

#footer p {
	font-size:10px;
	color: #999966;
}

#footer a:link {	
	color: #999966; 
	text-decoration: underline;
}

#footer a:visited { 
	color: #999966; 
	text-decoration: underline;
} 

#footer a:hover { 
	color: #FFCC00;
	text-decoration: none; 
}



/* --------------------------------------------------------------  
FORMS
------------------------------------------------------------ */

label       { font-weight: bold; vertical-align:middle; }
fieldset    { padding:1.0em 2em; margin:0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.6em; }

input[type=text], input.text, input.title, textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], textarea { padding:3px; font-size:14px; padding:3px; font-size:14px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio { 
  position:relative; top:.25em; 
}


/* --------------------------------------------------------------  
VALIDATOR
------------------------------------------------------------ */

div.validatorError { 
	font-weight:bold;
	color: #9e1111;
	display:inline-block;
	margin:5px 0; 
	padding: 0 0 0 35px; 
	background: url(../icon/16x16/error.png) no-repeat 10px center;
}
