@charset "utf-8";
/* CSS Document */
@import url("/css/mainbar.css");
@import url("/css/sidebar.css");
@import url("/css/navbar.css");
@import url("/css/homepage.css");
@import url("/css/footer.css");
@import url("/css/photo.css");
@import url("/css/homepage.css");
.container{	
	position: relative;
	width:1240px;
	margin: auto;
	background-color:#9c9c9c;
}
body {
	background-color: #535353;
}
.clear {clear:both}
.copy 
	{
	font-family: arial, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	}
	
.copyCenter 
	{
	font-family: arial, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	}
.copyBold
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 800;
	color: #000000;
	}
.white	{color: white;}	
a:link { color: blue; text-decoration: none }
a:active { color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: blue; text-decoration: underline }