/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	background: #6D7B8D repeat-y fixed;
	margin: 0;
	padding: 0;
	
}
p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(images/bg/banner_bg.jpg) repeat-y left top;
	position: relative;
	border: 1px solid black;
}

/*********************/
/* MAIN NAV */
/*********************/

.chromestyle{
width: 99.7%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chrometheme/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chrometheme/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/*********************/
/* SIDEBAR */
/*********************/

#sidebar {
	float: left;
	width: 180px;
	margin-left: 4px;
	margin-top: 60px;
}
#news {
	margin: 0px;
	padding: 10px;
	list-style: none;
	font-size: 1.5em;
	
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #FF0000;
}
#news .text {
	font-weight: normal;
	display: block;
	color: #FFFFFF;
}

#news a {
	text-decoration: none;
	padding: 5px;
	color: #000000;
	line-height: 110%;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
}
#pictures{
	float: right;
	margin-top: 60px;
	width: 165px;
}


/*********************/
/* MAIN */
/*********************/

#main {  width: 600px;
	margin-top: 60px;
         margin-left:120px;
}
#wrapper { width: 1000px;
          margin: 0 auto;
}

h1 {
	color: #FF0000;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #FF0000;
	font-weight: normal;
}
.date {
	display: inline;
	color: #294E56;
	font-weight: normal;
}
.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 0px solid #000000;
}
.floatLeft {
	float: left;
	margin: 5px 10px 2px 15px;
}
img.floatLeft {
	border: 2px solid #000000;
}

p {
	color: #FFFFFF;
	font-size: 1.6em;
}
h2 {
	color: #C0C0C0;
	font-size: 1.9em;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding-top: 0px;
	}
#main li{
	color: #FFFFFF;
	font-size: 1.6em;
}
#diary {
	color: #666666;
	margin: 0px 0px 0px 100px;
	font-size: 1.5em;
	text-decoration: none;
	display: block;
}
#march {
	color: #666666;
	margin: 0px 0px 0px 100px;
	font-size: 1.5em;
	text-decoration: none;
	display: block;
}
h4  {
	color: #FFFFFF;
	font-size: 1.5em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	}

#video {
	  margin: 50px 0px 0px 100px;
	  }

#popup {
	  margin: 20px 0px 0px 35px;
	 }

#club {
	 clear: both;
	 position: absolute;
	 top: 450px;
	 right: 250px;
	 
	}

/*********************/
/* FOOTER */
/*********************/

#address {
	clear: both;
}	

#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;

}
