@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	
}




body {
	font-size: 62.5%;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #000000;
	
	
}



html {
	font-size: 100%;   /*needed to get IE to behave */
	}





#wrapper {
	width: 960px;
	height: 1600px;
	margin: 35px auto 0;
	clear: both; /*The clear property sets the sides of an element where other floating elements are not allowed.*/
	padding: 0; /*sets 0 padding*/
		
	}


#roundedCorners{
	width: 960px;
	height: 1600px;

	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-image: url(images/wrapper_960.gif);
	background-repeat: repeat-y;
		
}

#left {
	float: left;
	width: 235px;
	height: 1600px;
	padding: 0;
	color: #333333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	
	.logo {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
	
			
	
	#header {
	float: right; /*floats our main content area to the right*/
	width: 725px; /*gives our content area a width of 650pixels*/
	height: 50px;
}




	 
	#nav {
	width: 725px;
	height: 65px;
	float: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	width: 650px;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
  
}

#nav ul li {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}


#nav ul a {
	text-decoration: none;
	color: #334056;
	display: block;
	font-weight: bold;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	float: left;
	margin-left: 9px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}


#nav ul a:hover {
	color: #5CA8E0;
	font-weight: bold;
}


#picture {
	width: 725px;
	height: 188px;
	float: right;
	padding-top: 13px;
	padding-left: 0px;
	}



#maincontactleft {
	width: 625px;
	height: 1260px;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 25px;
}





.maincontentlefttext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	line-height: 16px;

}


#leftcontent {
	height: 1235px;
	width: 230px;
	margin-left: 31px;
	margin-top: 25px;



}






.maincontentrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	padding-left: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;


}
.textcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	font-weight: normal;
	display: inline;
	
}

