/* -- FROSTED ROSE -- */

body {
font-family: 	Arial, Helvetica, sans-serif;
font-size:		11px;
}

#Document {
margin-left: 	auto;
margin-right: 	auto;
width: 			800px;
}


/* ---- HEADER ---- */

#Header {
position: 		relative;
width: 			100%;
height: 		180px;
}

#HeaderPicture {
position: 		relative;
width: 			780px;
height: 		160px;
background-image: url(images/header2.jpg);
border: 		10px solid #82050A;
}


/* ---- NAVIGATION ---- */

.Nav {
position: 		relative;
width: 			100%;
height: 		20px;
margin-top: 	10px;
margin-bottom: 	10px;
padding-top: 	1px;
background-image: url(images/nav.gif);
background-repeat: repeat-x;
font-size: 		15px;
text-align: 	center;
word-spacing:	70px;
}

.Nav a:link {
color: 			#fff;
text-decoration: none;
}

.Nav a:visited {
color: 			#fff;
text-decoration: none;
}

.Nav a:hover {
color: 			#990000;
text-decoration: none;
}


/* ---- MAIN BODY ---- */

#Title {
position: 		relative;
width: 			100%;
height: 		55px;
padding-top: 	10px;
background-color: #82050A;
font-size:		13px;
color: 			#FFFFFF;
text-align: 	center;
line-height: 	20px;
}

.frostedrose {
font-size: 		12px;
font-weight:	bold;
}

#BorderMenu {
font-size: 		11px;
font-weight: 	bold;
color: 			#fff;
width: 			100%;
}

#BorderMenu a:link {
color: 			#990000;
text-decoration: none;
}

#BorderMenu a:visited {
color: 			#990000;
text-decoration: none;
}

#BorderMenu a:hover {
color: 			#fff;
text-decoration: none;
}

#Content {
position: 		relative;
width: 			100%;
margin-top: 	10px;
margin-bottom: 	10px;
}

#ContentTable {
width: 100%;
}

.info {
padding-left: 	10px;
padding-top: 	5px;
}

#BorderLeft {
width: 			155px;
background-color: #BFBFBF;
border: 		0px;
padding: 		5px;
background-image: url(images/edge.gif); 
background-position: right; 
background-repeat: repeat-y;
}

#Center {
width: 			460px;
padding-left: 	15px;
padding-right: 	15px;
padding-top: 	5px;
padding-bottom: 5px;
}

#BorderRight {
width: 			155px;
background-color: 	#BFBFBF;	
border: 		0px;
padding: 		5px;
color:			#ffffff;
text-align:		center;
background-image: url(images/edge2.gif); 
background-position: left; 
background-repeat: repeat-y;
}

#Footer {
position: 		relative;
width: 			100%;
height: 		55px;
padding-top: 	10px;
background-color: #82050A;
font-size:		11px;
color: 			#FFFFFF;
text-align: 	center;
line-height: 	20px;
}
