body{
	background:#D2D2D2;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
}

img{
	border:0;
}

h1 
{
	padding: 0;
	margin: 0 0 10px 0;
	color: #D96B11;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid;
}

h2 
{
	padding: 0;
	margin: 0 0 5px 0;
	color: #333;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h3 
{
	padding: 0;
	margin: 0 0 5px 0;
	color: #333;
	background-color: transparent;
	font-size: 1.2em;
	font-weight: bold;
}

h4 
{
	padding: 0;
	margin: 0 0 5px 0;
	color: #76b7d7;
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
}


p{
	margin:0 0 5px 5px;
	padding:0;
	text-indent:15px;
}

#wrapper{
	width:740px;
	background:url(images/body_repeat.png) repeat-y;
	margin:0 auto;
}

#header{
	height:118px;
	background:url(images/site_header.png) no-repeat;
}

	#header img{
		margin:47px 0 0 30px;
	}

#body{
	padding:16px 26px 26px 26px; 
	background:url(images/body_end.png) no-repeat bottom;
}

	#content{
		min-height:500px;
		background:#FFF url(images/column_split.png) repeat-y right;
		border:1px #D2D2D2 solid;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
		-webkit-border-bottom-left:10px;
		-webkit-border-bottom-right:10px;
	}
	
		#col_1{
			float:left;
			width:515px;
			padding:5px;
			font-size:1em;
		}
		
			#col_1 a{
				color:#AD4C21;
				text-decoration:none;
			}

			#col_1 a:hover{
				text-decoration:underline;
			}
		
		#col_2{
			float:right;
			width:160px;
			padding:0;
		}
		
			#col_2 h4{
				margin-left:4px;
			}
		
			#col_2 p{
				text-indent:0;
			}
		
			hr{
				margin:5px auto 4px auto;
				padding:0;
				border:0;
				border-bottom:1px #D2D2D2 dashed;
				width:85%;
			}
		
			ul#menu {
				margin:0 0 4px 0;
				padding:0;
				list-style:none;
			}
			
				ul#menu li{
					margin:0;
					padding:0;
					border-bottom:1px #D2D2D2 solid;
				}
				
				ul#menu li a{
					padding:5px 0 5px 5px;
					display:block;
					text-align:center;
					text-decoration:none;
					font-size:1em;
					font-weight:bold;
					color:#555;
				}
				
				ul#menu li a:hover{
					background:#EAEAEA;
					color:#333;
				}
				
			ul#affiliates{
				margin:0;
				padding:0;
				list-style:none;
			}
			
				ul#affiliates li{
					margin:3px 6px 3px 12px;
				}
				
				ul#affiliates li a{
					padding:0 0 0 18px;
					background:url(images/monitor.png) no-repeat left top;
					color:#555;
					text-decoration:none;
					font-weight:bold;
				}
				
				ul#affiliates li a:hover{
					background:url(images/mouse.png) no-repeat left top;
					color:#333;
				}
		
		#break{
			height:0px;
			overflow:hidden;
			clear:both;
		}
