@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#000000;
	/*background-image:url(images/bg.gif);
	background-repeat:repeat;
	text-align:justify;*/
	}

#whopper {
	position:absolute;
	top:20px;
	left:50%;
	width:1005px;
    margin-left:-502px;
	}
	
#header {
	position:relative;
	top:0px;
	left:0px;
	width:1005px;
	height:225px;
	}
	
#nav {
	position:relative;
	top:0px;
	left:0px;
	width:1005px;
	height:58px;
	background-color:#222222;
background-image:url(http://www.duchessnatalia.com/images/layout/header_bottom.gif);
	}
	
/* not using yet
	
#flashBanner {
	position:relative;
	top:0px;
	left:0px;
	width:1005px;
	height:290px;
	background-color:#222222;
	}

*/
	
#main {
	position:relative;
	top:0px;
	left:0px;
	width:975px;
	padding:15px;
	color:#c51a73;
	}
	
	#homeImg {
		text-align:center;
		}
	
	
#footer {
	position:relative;
	top:0px;
	left:0px;
	width:1005px;
	height:75px;
	/*background-image:url(images/footer.gif);*/
	text-align:center;
	padding-top:10px;
color:#c51a73;
	}
	
	
/*******TEXT STYLES***********/

.footer {
	color:#555555;
	font-size:10px;
	}
	
.mainHead {
	color:#cc3399;
	font-size:2em;
	}
	
.caption {
	color:#333333;
	font-size:9px;
	font-weight:bold;
	}
	
/*********TAG STYLES***************/

img.port {
		margin-right:15px;
		margin-bottom:15px;
		}
	
/*********ORIGINAL STYLES***************/

.board {
	margin-right:15px;
	margin-bottom:5px;
	}

.boardHead {
	font-weight:bold;
	font-size:14px;
	}
	
.eventHead {
	font-weight:bold;
	font-size:18px;
	color:#db3232;
	}
	
.eventSummary {
	font-size:16px;
	color:#555555;
	}
	
/***********LINK STYLES***********/

a:link {color:#cccccc; font-weight:bold; text-decoration:none}
a:visited {color:#cccccc; text-decoration:none}
a:hover {color:#ec238c}