body {
	background:url(/images/layout/bg.png) left top repeat-y;
	background-color:white;
	font-size:12px;
	font-family:arial;
}

#wrapper {
	width:760px;
}
#menu {
	width:150px;
	margin:2px 5px 0 5px;
	float:left;
}
#main {
	width:600px;
	float:left;
}


h1{
	margin-top:5px;
	color:#EC008C;
	font-size:15px;
	padding:5px;
	text-align:center;
	background-color:white;
	border-top:2px #EC008C solid;
	border-bottom:2px #EC008C solid;
}
	
h2{
	font-size:14px;
	text-decoration:underline;
	padding:15px 0 15px 0;
}

h3{
	color:#EC008C;
	font-size:14px;
	text-decoration:underline;
	padding:15px 0 15px 0;
}	

#menu_home_link {
	display:block;
	height:79px;
	width:150px;
	background:url(/images/layout/home_link.gif) no-repeat;	
	padding-top:62px;
	color:black;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}
a.menu_link {
	display:block;
	height:22px;
	background:url(/images/layout/menu_link.gif) no-repeat;
	margin-bottom:2px;
	padding:2px 0 0 10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
a.menu_link:hover {text-decoration:underline;}

#content{
	text-align:justify;
	background-color:white;
	padding:0 10px 10px 10px;
}
#content a{color:#09709d;}
#content ul{margin-left:65px;}

#footer{
	font-size:10px;
	color:#EC008C;
	text-align:center;
	padding-top:5px;
	border-top:2px #EC008C solid;
}
#footer a{
	color:#EC008C;
	text-decoration:none;
}															
