@charset "UTF-8";
body {
	background-color: #FDF2DB;
	margin: 0;
	font-family: 'Josefin Sans Std Light',arial,serif;
	font-size: 15px;
}



#container {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

#logo {
	width: 1200px;
	background-image: url(images/logo-bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 248px;
}

#contentbox-top {
	background-image: url(images/box-top.jpg);
	height: 41px;
	background-position: center top;
	background-repeat: no-repeat;
}

#contentbox {
	background-image: url(images/box-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 20px 160px 20px 160px;
	overflow: hidden;
	height: 100%;
}

#contentbox.contentdiv {
	width: 100%;
	height: 35px;
}


#contentleft {
	width: 100%;
	height: 100%;
	float: left;
}

#contentbox-bottom {
	background-image: url(images/box-bottom.jpg);
	height: 40px;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;

}

#contentbox-bottom a:link {
	color: #FDF2DB;
	text-decoration: none;
}

#contentbox-bottom a:visited {
	color: #FDF2DB;
	text-decoration: none;
}

#contentbox-bottom a:hover {
	border-bottom: 1px dotted #FDF2DB;
	text-decoration: none;
}

.underline {
	border-bottom: dotted 1px #000000;
}

a:link {
	color:#b42c33;
	text-decoration: none;
}
a:visited {
	color:#b42c33;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #b42c33;
	text-decoration: none;
} 
	


	
