
/* -----IE Hack----- */
html { 
	font-size: 100%; 
}

/* -----Body, Container, Header----- */

body {
	font-family: helvetica, arial, sans-serif;
	min-width: 760px;
	text-align: center;	
	font-size: .8em;
	background-color: #fbc682;
	background-image:url(images/n_bk.jpg);
	background-repeat:repeat-x;
	color: #333333;
}
#container {
	width: 760px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	background-image: url(images/n_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#content {
	background-image:url(images/n_bodybk.gif);
	background-repeat:repeat-y;
	width:760px;
	height:auto;
}

#shacka {
	width: 760px;
	margin-top: 10px;
	background-image:url(images/n_contentTop.gif); 
	background-repeat:no-repeat;
}
#header {
	padding: 0;
	height:233px;
}
#main {
	width:530px; 
	margin:0;
	margin-left:195px;
	padding:0px 10px 0px 10px;
	min-height:400px;
  _height:400px
}
#copyright {
	text-align:right;
	font-size:10px;
	color:#999999;
	padding-right:5px;
}

/* -----Menu------Courtesy of CSS Play - http://www.cssplay.co.uk/menus/flickerfree_mk2.html------ */

#menu {
	width: 201px; 
	color:#FFFFFF;
	font-family:Times, serif;
	font-size: 2em;
	font-style: italic;
	float:left;
}

#menu ul {
	margin: 0 5px 5px 15px; 
	padding: 0;
}

#menu li {
	list-style-type: none; 
	padding-bottom:10px;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;

}

/* ------Main Content Box----- */


#test {  list-style-image: url(images/n_bullet.gif); }
#star {  list-style-image: url(images/n_star.gif);  }

/* -----Content Header----- */

.content_title {
	font-family: Times, serif;
	font-size: 36px;
	color:#961500;
	font-style: italic;
}

.content_subTitle {
	font-family: Times, serif;
	font-size: 24px;
	color:#2f3085;
	font-style: italic;
}

.imageBorder {
	margin:0px 10px 0px 0px;
	padding:6px;
	background:gold; 
	border:2px solid black
}

/* -----Links----- */

a {
	color: #3C035A;
	outline: none;
}

a:hover {
	text-decoration:underline;
}

/* -----Footer----- */

#footer {
	clear: both;
}
