body {
	background-color:#363733;
	margin: auto;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	line-height:15px;
}
* {
	margin:0;
	padding:0;
}
a {color:#363733}
h1 {font-size:16px;margin-bottom:5px;}
.container {
	width:630px;
	margin:auto;
}
.logo {
	background:url(images/logo.png) no-repeat;
	width:320px;
	height:40px;
	display:block;
	text-indent:-9999px;
	behavior: url("iepngfix.htc");
	margin:auto;
}
.logoC {
	background:url(images/logo.png) no-repeat;
	width:320px;
	height:40px;
	display:block;
	text-indent:-9999px;
	margin-bottom:10px;
	behavior: url("iepngfix.htc");
	float:left;
}
.entry {
	background:url(images/entrybcg.png) no-repeat;
	width:525px;
	height:331px;
	display:block;
	margin-top:30px;
	text-align:center;
	padding-top:25px;
}
.entryB {
	background:url(images/entryBbcg.png) no-repeat;
	width:525px;
	height:331px;
	display:block;
	margin-top:30px;
	padding-top:25px;
	_padding-top:5px;
}
.enter a {
	margin:24px 0 0 435px;
	float:left;
	text-decoration: none;
	color:#000;
	font-weight:bold;
	font-size:14px;
}
.footer {
	background:url(images/footerbcg.png) repeat-x;
	width:500px;
	height:22px;
	display:block;
	margin-left:12px;
	font-size:10px;
	text-align:center;
	padding-top:5px;
}
.footerC {
	background:url(images/footerbcg.png) repeat-x;
	width:600px;
	height:22px;
	display:block;
	margin-left:12px;
	font-size:10px;
	text-align:center;
	padding-top:5px;
	float:left;
}
.circle {
	background:url(images/circle.png) no-repeat;
	width:113px;
	height:73px;
	display:block;
	behavior: url("iepngfix.htc");
	text-align:center;
	color:#e5e0d0;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding-top:40px;
	float:left;
	margin-right:100px;
	margin-top:20px;
}
.circle:hover {
	color:#000;
	background:url(images/circle-hover.png) no-repeat;
	width:113px;
	height:73px;
	display:block;
}
.content {
	background-color:#c6c6c6;
	width:590px;
	min-height:300px;
	_height:300px;
	display:block;
	float:left;
	padding:5px 20px 20px 20px;
}
.contentM {
	background-color:#c6c6c6;
	width:590px;
	display:block;
	float:left;
	padding:10px 20px 0 20px;
	margin-top:10px;
}
table img {
	border:1px solid #363733;
}
.menu {
	margin-bottom:10px;
	text-align:center;
	margin-top:10px;
}
.menu_c {
	margin-bottom:10px;
}
/* menu */
#nav {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #d9251d;
}
.menu_c #nav {
		margin: 0;
        padding: 5px 0 20px 10px;
        border-bottom: 1px solid #d9251d;
        border-top: 1px solid #d9251d;
}
#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #000;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(images/Rounded.gif) no-repeat bottom center;
}
/* menu */
