﻿html, body 
{
	margin: 0;
	padding: 0;
	background-image: url('/images/design/background.jpg');
	background-repeat: repeat-x;	
	background-color: #FDCB48;
	width: 100%;
}

img
{
	border: 0;
}

.container
{
	margin: 0 auto 0 auto;
	width: 720px;		
}


/************************** HEADER *****************************/

.header
{
	clear: both;	
	height: 195px;
}

.header-left
{
	float: left;
	width: 315px;
}

.header-right
{
	background-image:url('/images/design/Banner.jpg');
	background-repeat:no-repeat;
	background-position:right;	
	text-align:center;
	float:right;
	width: 398px;
	height: 191px;
}

.header-right img
{
	margin-top: 9px;
}

.tabs
{
	clear:both;	
	height: 39px;
	overflow: hidden;
}

.tabs ul
{
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

.tabs ul li
{
	margin: 0 2px 0 0px;
	padding: 0;
	float: left;		
}

/************************** CONTENT *****************************/

.content
{
	clear:both;
	width: 720px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url('/images/design/content.gif');	
	background-repeat:repeat-y;		
}

.content-top
{
	width: 100%;
	background-image:url('/images/design/content-top.gif');	
	background-repeat:no-repeat;
	height: 10px;	
	clear: both;
}

.content-bottom
{
	width: 100%;
	background-image:url('/images/design/content-bottom.gif');	
	background-repeat:no-repeat;	
	height: 12px;	
	clear: both;
	margin: 0;
	padding: 0;
}

.content div.sidebar
{
	float: left;
	width: 179px;	
	padding-top: 5px;
}

.content div.sidebar div.photo
{
	clear: both;
	margin-left: 9px;
	width: 174px;
}

.content div.sidebar div.photo img
{
	margin: 0 0 14px 0;
	width: 154px;
	padding: 3px;
	border: 1px #D96010 solid; 
}

.content div.text
{
	width: 510px;
	padding: 0px 10px 0 10px;	
	float: right;
}

/************************** FOOTER *****************************/

.footer
{
	width: 100%;
	background-image:url('/images/design/footer.jpg');	
	background-repeat:repeat-x;
	height: 43px;
}

.footer-content
{
	margin: 0 auto 0 auto;
	padding-top: 15px;
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

div.hosting
{
	margin-top: 20px;
	clear: both;
	float: right;
}

div.hosting a
{
	font-size: 8px;	
	color: #000000;	
}

/************************** HEADINGS *****************************/

h1, h2, h3, h4, h5, h6
{
	margin: 5px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #d96010;
	text-transform: capitalize;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

/************************** OTHER *****************************/

.two-columns li
{
	width: 50%;
	float: left;
	text-align: center;
}
