/* CSS Document */
div#content {
	margin:0;
	padding:0;
	color:#172a36;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
div#left_content {
	float:left;
	width:312px;
	height:520px;
	background-image:url(../images/Left_h_gradient.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
div#text {
	text-align:center;
	float:left;
	width:312px;
	background-image:url(../images/Left_v_gradient.jpg);
	background-repeat:no-repeat;
}
div#text h1 {
	width:312px;
	position:relative;
	text-align:center;
	font-size:18px;
}

div#center_content {
	float:left;
	width:302px;
	height:520px;
	background-image:url(../images/Center_v_gradient.gif);
	background-repeat:repeat-x;
	background-color:#bcc6cf;
	text-align:center;
}
div#galleries_one {
	float:left;
	width:151px;
	margin-top:20px;
}
div#galleries_two {
	float:right;
	width:151px;
	margin-top:20px;
}
div.gallery {
	margin: 15px 1px -10px 0px;
}
div.gallery a.gallery {
	margin:0px 18px; padding:1px;
	display:block;
}
div.gallery a.gallery:hover {
	border:1px solid #7f2839;
	padding:0px;
}
div.gallery img{
	width:100px; height:100px;
	margin:0px; padding:5px;
	border:1px solid #666666;
	background-color:#dfe1e2;
}
div.gallery a.gallery:hover img{
	border: 1px solid #7f2839;
}
div#right_content {
	float:left;
	background-image:url(../images/Right_v_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#94989b;
}
div#r_hv_gradient {
	float:left;
	background-image:url(../images/Right_vh_gradient.jpg);
	background-repeat:no-repeat;
	width:73px;
	height:300px;
}
div#rl {
	float:left;
	width:73px;
	height:520px;
}
div#r_v_gradient {
	float:left;
	width:273px;
	height:520px;
}
div#right_content p {
	position:relative;
	width:296px;
	padding:0px;
	margin:0px;
	margin-top:6px;
	margin-left:-35px;
}
div#right_content p.start {
	margin-top:20px;
}
div#r_h_gradient {
	float:left;
	width:73px;
	height:220px;
	background-image:url(../images/Right_h_gradient.jpg);
	background-repeat:repeat-y;
}
div#daily_img img {
	margin:20px;
	margin-bottom:10px;
	padding:7px;
	border-width:2px;
	background-color:#dfe1e2;
}
a.daily img {
	border: 0px none;
}
a {
	color:#7f2839;
	font-weight:200;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	font-weight:200;
	font-size:12px;
	text-decoration:underline;
}


