@charset "utf-8";

* {border:0; margin:0; padding:0;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_body.jpg) top center no-repeat #000;
	margin: 0; 	padding: 0;
	text-align: center; 
	color: #000000;
}

.dportMain #container { 
	width: 900px; 	background: #fff;
	margin: 0 auto; 
	border: 2px inset #000000;
	text-align: left; 
} 
.dportMain #header { 
	background: url(images/dragonport_head.jpg) #000; 
	padding: 0 10px;
	height:180px;
} 
.dportMain #header h1{
	margin:0; padding:0;
	text-indent:-3200px;
}


.dportMain #sidebar1 {
	float: right; 
	width: 310px; 
	background: url(images/bg_sidebar.jpg) top center no-repeat #fff; 
	padding: 15px 0; 
	text-align:center;
	border:1px 0 1px 0 solid #666 ;
}
.dportMain #sidebar1 h3, .dportMain #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.events {
	display:block; width:310px; height:40px;
	text-indent:-9000px;
	background:url(images/upcomingevents.png) top center no-repeat;
}

.dportMain #mainContent {
	background:url(images/bg_maincontent.jpg) top left no-repeat #949494 ;
	min-height:500px;
} 

.dportMain #mainContent h3 {
padding:5px 20px 15px 20px;
}

.dportMain #mainContent p {
padding:0 20px 0 20px;
}

.dportMain #mainContent #navigation {
	background:url(images/bg_navigation.jpg) top left no-repeat;
	height:63px; width:590px;
}

#navigation a  {color:#fff; text-decoration:none; font-weight:bold; display:inline-block; padding: 25px 34px 18px 34px; line-height:-5px;}
#navigation  a:hover  {color:#F00; background:url(images/bg_navlink.png);}

.dportMain #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/bg_footer.jpg) no-repeat #000;
	height:70px;
} 
.dportMain #footer p {
	margin: 0; 
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:85%;
	color:#fff;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

