

body {
	height: 			100%;
	margin-top:			0px;
	text-align:			center;
   	background-color:	#F4F4F4;
	background:			url(../media/Gradient.png);
	background-repeat:	repeat-x;
   	font-family:		Arial, Helvetica, sans-serif;
   	font-size:			11px;
   	color:				#4D4D4D;
	margin:				0;
}

#wrap {
	margin: 			0 auto;
	width: 				1000px;
	background-repeat:	no-repeat;
	background:			url(../media/Background.png);
}

#nav {
	float:				right;
	width: 				480px;
	z-index: 			2;
	height:				115px;
	margin:				15px 50px 0 0;
	display: 			inline;
}
#main {
	float:				left;
	width:				890px;
	margin:				10px 0 0 53px;
	display: 			inline;
	text-align:			left;
}

#leftside {
	float:				left;
	margin:				30px 0 0 53px;
	display: 			inline;
	text-align:			left;
}	
#rightside {
	float:				right;
	margin:				30px 57px 0 0;
	display: 			inline;
	text-align:			right;
}
#footer {
	clear:				both;
	margin:				0;
	padding:			0;		
	height:				86px;
	background:			url(../media/Footer.png);
	
} 
	
#footerleft {
	float:				left;
	margin:				29px 0 0 42px;
	display: 			inline;
	text-align:			left;
	color:				#f4f4f4;
	line-height:		1.1;
}	
#footerright {
	float:				right;
	margin:				29px 44px 0 0;
	display: 			inline;
	text-align:			right;
	color:				#f4f4f4;
	line-height:		1.1;
}


#footer A:link {
	color: #F4F4F4;
	text-decoration: none;
}
#footer A:visited {
	color: #F4F4F4;
	text-decoration: none;
}
#footer A:hover {
	color: #F4F4F4;
	text-decoration: underline;
}
#footer A:active {
	color: #F4F4F4;
	text-decoration: none;
}

A:link {
	color: #4D4D4D;
	text-decoration: none;
}
A:visited {
	color: #4D4D4D;
	text-decoration: none;
}
A:hover {
	color: #4D4D4D;
	text-decoration: underline;
}
A:active {
	color: #4D4D4D;
	text-decoration: none;
}
h1 {
	font-size:			13px;
	font-weight:		bold;
	text-transform:		uppercase;
	font-style:			italic;
	letter-spacing:		1px;
	margin:				0;
	padding:			0;
	display:inline;
	color:				#333333;
}
.h2 {
	font-size:			13px;
	font-weight:		bold;
	font-family: 		Arial, Helvetica, sans-serif;
	text-transform:		propercase;
	font-style:			italic;
	letter-spacing:		1px;
	margin:				0px;
	color:				#333333;
}
h2 {
	font-size:			12px;
	font-weight:		bold;
	font-family: 		Arial, Helvetica, sans-serif;
	text-transform:		propercase;
	font-style:			italic;
	letter-spacing:		1px;
	margin:				0px;
	margin-top:			5px;
	color:				#333333;
}
h3 {
	font-weight:		bold;
	font-family: 		Arial, Helvetica, sans-serif;
	text-transform:		propercase;
	font-style:			normal;
	letter-spacing:		1px;
	margin:				0 0 2px 4px;
	margin-bottom:		2px;
	color:				#333333;
}
h4 {
	font-size:			12px;
	font-weight:		bold;
	font-family: 		Arial, Helvetica, sans-serif;
	text-transform:		propercase;
	font-style:			italic;
	letter-spacing:		1px;
	margin:				0px;
	margin-bottom:		6px;
	color:				#333333;
}
p { 
	line-height:		1.2;
	font-size: 			12px;
	color:				#4D4D4D;
	margin: 			0;
	padding:			8px 0 8px 4px;
}

.mininav {
	letter-spacing:		1px;
	font-size:			11px;
	line-height:		18px;
	margin:				0;
	padding:			0;
}
.smalltext {
	font-size: 			10px;
	color:				#4D4D4D;
	text-align:right;
}
  
.floatright {
	float:				right;
	display: 			inline;
	
	text-align:			right;
}
.floatleft {
float: left; 
display:inline;
margin-right:		10px;
}


img {
   border:1px solid #333333;
}
.noborder {
border:none;
}

hr {
color: #333333;
background-color: #333333;
height: 1px;
border:none;
margin:0;
padding: 0;
}