body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
	background-image: url(images/bg2.gif);
}

#main {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

#header {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	height: 100px;
}

#content {
	width: 720px;
	padding: 15px 0px 0px;
	margin: 0px auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#menu {
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C45B74;
	background-image: url(images/menuroundbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	margin-top: 30px;
	width: 350px;
	margin-left: 365px;
	padding: 0;
	line-height: 20px;
	height: 20px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AE375B;
	line-height: 20px;
}

#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 20px;
}


#menu li a:hover
{
	color: #FFFFFF;
	background-color: #A7111C;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}

#footer {
	width: 740px;
	height: 10px;
	background-color: #CD607F;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
}

#bottom {
	margin: 0px auto;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	width: 740px;
	color: #999999;
}

.img {
	border: 1px solid #333333;
	padding: 4px;
}
