/* CSS Document */
body {
	margin-top: 20px;
	font-size: 100%;
	margin-bottom: 20px;
	background-color:#B7003F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#top {
	display:table;
	height:auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../Images/main_bg.jpg);
	background-color:white;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#nav {
margin-top:121px;
margin-bottom:30px;
display:block;
width:100%;
height:40px;
}

#nav a {
display:block;
float:left;
color:white;
padding-left:15px;
padding-right:15px;
text-decoration:none;
height:40px;
line-height:38px;
}

#nav a#home {
margin-left:5px;
}

#nav a.sel {
font-weight:bold;
}

#nav a.sel, #nav a:hover {
background-color:#B7003F;
}

#footer {
background-image:url(../Images/footer_bg.gif);
background-repeat:no-repeat;
display:block;
width:780px;
margin-left:auto;
margin-right:auto;
height:78px;
font-size:11px;
color:white;
text-align:right;
padding-right:20px;
padding-top:7px;
line-height:20px;
}

#footer span {
color:#B7003F;
text-indent:40px;
font-weight:bold;
}

#ccl {
display:block;
width:100%;
text-align:center;
line-height:40px;
color:#E299B2;
font-size:10px;
}

#ccl a {
color:#E299B2;
text-decoration:none;
}

#ccl a:hover {
text-decoration:underline;
}

h1 {
color:#B7003F;
font-size:16px;
font-weight:normal;
}

#right {
display:table;
float:right;
width:520px;
padding-top:5px;
}

#right #text {
width:380px;
display:block;
padding-left:10px;
}

#text p, li {
line-height:16px;
}

#text a {
color:#333333;
}

#text a:hover {
color:#B7003F;
}

#btmimg {
margin-top:17px;
}