@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #d1d1d1;
	font-size: 13px;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../imgs/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0px;
	padding:0px;
}
#bodywrapper{
	margin:0px auto;
	width:760px;
}

#header{
	width:760px;
	background-image:url(../imgs/header/column1.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	padding:0px;}
#montage{
	width:760px;
	margin:0px auto;
	padding:0px;
	}
#contentwrapper{
	width:719px;
	background-image:url(../imgs/content_bg.jpg);
	background-repeat:repeat-x;
	padding:50px 20px 20px 20px;
	min-height:350px;
	margin:0px auto;
	}
#footer{
	width:720px;
	margin:0px auto;
	border-top: 1px solid #d1d1d1;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;}
.image{border:1px solid #ffffff;}a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: none;
}
