/*layout*/
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background:url(images/bg_head.jpg) top repeat-x scroll;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
text-align:left;
}
#container{
width:800px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

/*header*/
#header {
	width: 570px;
	height: 153px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/logo.jpg) left top no-repeat;
	text-align: justify;
	padding-left: 190px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*content*/
#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#boxmain {
	width: 175px;
}
#week {
	width: 155px;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	background:url(images/title_box-top.jpg) left top no-repeat #0D426A;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-decoration: none;
}
#image {
	width: 155px;
	height: 98px;
	background: #0D426A;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
#description {
	width: 155px;
	text-align:center;
	background:url(images/title_box-bottom.jpg) left bottom no-repeat #0D426A;
	font-size: 17px;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-decoration: none;
}
/*#week {
	width: 175px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	background:url(images/title_box.jpg) left top no-repeat #0D426A;
	text-align:center;
	color:#FFFFFF;
}
#image {
	width: 175px;
}
#description {
	width: 175px;
	text-align:center;
}*/

/*footer*/
#footer1 {
	width: 100%;
	height: 26px;
	padding-top: 9px;
	background: #f09dd1;
	text-align:center;
}
#footer2 {
	width: 100%;
	height:17px;
	padding-top:4px;
	background: #e354ae;
	text-align:center;
	font-size: 9px;
	color: #FFFFFF;
}
#footer3 {
	width: 100%;
	height:11px;
	background: #d70a8b;
	text-align:center;
}
/*links*/
.bluelink {
	color: #0D426A;
	text-decoration: none;
}
.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #e354ae;
	text-decoration: none;
}



/*old*/


a.title {font-size: 14px; font-weight: bold; text-decoration:none;}
a.title:link {color: #FFFFFF}
a.title:visited {color: #FFFFFF}
a.title:hover {color: #F19DD2}
a.title:active {color: #FFFFFF}

.pink {
	color: #D70A8B;
	text-decoration: none;
}

