/* CONTAINER */

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:900px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}


#innerwrapper {
	margin:1px;
	padding:20px;
}
			
#container {
	width: 800px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}
		
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(images/body.jpg) #f6f6f6;
}
		
/* GENERAL MOJO AND MULA */
		
.title {
	font-family: Times New Roman, Times, serif;
	font-weight: bolder;
	font-size: 25px;
	color: #B9121B;
	margin-bottom: 30px;
}
		
.subTitle {
	color: #B5E655;
	font-size: 20px;
	font-family: Times New Roman, Times, serif;
	margin-top: 0px;
	padding: 0px;
	font-weight: bold;
}

a {
	color:#7FC6BC;
	text-decoration: none;
}

a:hover {
	color:#0099FF;
	text-decoration: underline;
		}

form {
	float:right;
	margin-top: -45px;
	font-size: 9px;
}
		
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
		
.button {
	padding: 2px;
}
		
.navigationSeperator {
	color: #728c40;
	font-size: 9pt;
	font-family: Times New Roman, Times, serif;
	margin-top: 0px;
	padding: 0px;
	letter-spacing: normal;
}
		
.sideBarTitle {
	color: #0099FF;
	font-size: 14pt;
	font-family: Times New Roman, Times, serif;
	margin-top: 0px;
	padding: 0px;
	letter-spacing: normal;
	font-weight: bold;
}
		

/* CONTENT ELEMENTS */

#content {	
	width: 640px;
	margin-left: 150px;
}

	
#content p {
	padding-bottom: 10px;
}

#contentSmall {
	width: 575px;
	margin-right: 200px;
}
		
#contentSmall p {
	padding-bottom: 10px;
}

/* SIDEBAR ELEMENTS */
#sidebar {
	float: right;
	width: 200px;
}
		
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
		
/* FOOTER ELEMENTS */
#footer {
	margin-top: 20px;
	clear: both;
	padding: 0px 5px 0px 5px;
}
		
#footer p {
	color:#999999;
	padding: 5px;
	text-align:center;
}
		
#footer a {
	color:#7FC6BC;
	text-decoration: none;
}

#footer a:hover {
	color:#0099FF;
	text-decoration: underline;
}
