* { padding: 0; margin: 0; }

body {
 background:url(images/bg.jpg) top center no-repeat;
 background-color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#ffffff;
 line-height:20px;
}

a {color: #ffffff;}
a:visited {color:#ffffff;}
a:hover {color: #89ad4e;}
a:active { color:#ffffff;}

.side a {color: #004c72; text-decoration:none;}
.side a:visited {color:#004c72; text-decoration:none;}
.side a:hover {color: #89ad4e; text-decoration:none;}
.side a:active { color:#004c72; text-decoration:none;}

h1 {
font-size: 11px;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}


/* ----------container to center the layout-------------- */
#container {
width: 710px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
background:url(images/logo.png) top center no-repeat;
text-align: right;
padding: 0px;
margin: 0px auto;
height:173px;
width:901px;
}

#slider {
float:right;
padding-right:101px;
height:88px;
	}
	
#nav {
	clear:both;
float:right;
padding-right:101px;
margin: 10px 0px 0px 0px;
height: 62px;	
}	



	

/* -----------------content--------------------- */
#content {
padding: 0px;
margin-left: 224px;
margin-right: 0px;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

#homecontent {
padding: 0px;
margin-left: 20px;
margin-right: 20px;
}

div#homecontent { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

p {
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer { 
 background: url(images/footer.jpg) bottom center repeat-x;
 height:123px;
 width:100%;
 color: #FFF;
 margin: 0px auto;
 padding: 0px;
 bottom:0px;
 
}

#foot {
	margin: 0px auto;
	padding-top: 50px;
	height: 88px;
	width: 700px;
	text-align:right;
	
}

#leftabout {
background:url(images/sub/about.png) top no-repeat; 
 display: inline;
 color: #000;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 width: 224px;
 height:356px;
 float: left;
 
}

#leftabout p{
 padding: 60px 0px 0px 50px;
}
#leftevents {
background:url(images/sub/events.png) top no-repeat; 
 display: inline;
 color: #000;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 width: 224px;
 height:356px;
 float: left;
 
}

#leftevents p{
 padding: 60px 0px 0px 50px;
}

#leftmedia {
background:url(images/sub/media.png) top no-repeat; 
 display: inline;
 color: #000;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 width: 224px;
 height:356px;
 float: left;
 
}

#leftmedia p{
 padding: 60px 0px 0px 50px;
}

#leftcurious {
background:url(images/sub/whatabout.png) top no-repeat; 
 display: inline;
 color: #000;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 width: 224px;
 height:356px;
 float: left;
 tex
}

#leftcurious p{
 padding: 60px 0px 0px 50px;
}


