body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	background: #101626;
} 
 
#container { 
	width:648px;
	
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
 	color: #0D2B88;
	font: normal 11px Arial, Helvetica, sans-serif;  
} 

a {
	color: #B58104;
	text-decoration:underline;
}

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

h2 {
	margin-left: 15px;
}


/* Main Header */ 
#header {
	position:relative; 
	height:91px; 
	width:648px;
} 

.inline {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 50px;
}


.addtoany_share_save {
	margin-left: 15px;
}

/* Global Navigation */
#nav ul {
	position:relative;
	top:0;
	margin:0;
	padding: 2px 0 0 15px;
	width:628px;
	height:15px;
	background: no-repeat url(images/bar.gif);
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#nav a {
	color: #0D2B88;
	text-decoration:none;
}

#nav a:hover {
	color: #B58104;
	text-decoration:none;
}

#nav li#active a {
	color:#B58104;
	font-weight:bold;
}

h5 {
	margin-left: 25px;
	font-size: 11px;
}

/* Main Content */ 
#maincol {
	background: #fff no-repeat url(images/index.jpg) bottom right;  
	float: right; 
	display:inline; 
	position: relative; 
	width:648px;
	padding-bottom: 250px; 
	min-height: 450px; 
}

#maincol p {
	margin: 0 15px 10px 25px;
	line-height:16px;
	width:525px;
}

#rightf_drag {
	background: no-repeat url(images/rightf_drag.gif);
	width:648px;
	height:32px;
}

h4 {
	font-size:14px;
	color: #B58104;
	margin: 0 0 10px 25px;
}

#team {
	color: #101626;
}


/* Footer and Copyright */ 
#footer {
	height:20px; 
 	background: #101626; 
	clear:both;
	font-size:10px;
	color:#fff;
 } 
 
#copyright {
	padding:10px 0 10px 0px;
}
 
#ot_tag {
	padding-left:265px;
	color:#fff;
} 

#ot_tag a {
	color:#fff;
} 

 
/* Float Containers Fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

span.label,span.spacer,span.multiple span {width:120px;float:left;} 

 
.subscribe {
	padding-top: 18px;
	padding-right: 32px;
}
 
.subscribe form{
	margin: 0;
	padding: 0;
}

.subscribe span {
	margin-right: 12px;
}

.subscribe span {
	margin-right: 12px;
}
 
.subscribe h2 {
	color: #B58104;
	font-size: 12px;
	margin: 0;
	padding: 0 0 8px 0;
}

.subscribe input {
	color: #474747;
}

/* Begin Typography & Colors */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.center {
	text-align: center;
}

.size-full {
	padding: 12px 0px;
}
/* End Images 

.post {
	padding-bottom: 25px;
}

*/

.post hr {
	border: none;
	background: #ccc;
	color: #ccc;
	height: 3px;
	margin: 30px 0px;
}

.post h2 {
	padding-left: 10px;
}

.post h5 {
	padding-top: 0px;
	margin-top: 0px;
}
