/* Begin Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: Black;
}

p {
 padding: 10px;
}

ul {
	margin-left: 5px;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
 border: 2px solid Red;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 /*height: 350px;*/
 width: 990px;
 display: inline;
 padding: 5px;
}

#content ul {
	padding: 0px 0px 0px 35px;
}

#header {
 color: #333;
 width: 1000px;
 float: left;
 height: 120px;
 background: #000;
}

#footer {
	width: 1000px;
	height: 56px;
	clear: both;
	color: black;
	background: #CCCCFF;
	text-align: center;
}

#footer a {
	color: Black;
}


/* top navigation bar */


#content td{
	padding: 2px
}

/* top navigation bar */
#navbar {
   margin: 0;
   padding: 0px;
	float: left;
	width: 1000px;
	height: 33px;
	color: White;
	background-image: url(img/button_strip.jpg);
	font-size: 13px;
}
	 
#navbar li {
    list-style: none;
    float: left;
}
	 
#navbar li a {
    display: block;
    padding: 8px 8px 8px 8px;
    color: #fff;
    text-decoration: none;
	 border-right: 1px dotted #fff;
}

#navbar li a:hover {
	background-color: White;
	color: Black;
}
	 
#navbar li ul {
    display: none;
    width: 10em; /* Width to help Opera out */
    background-color: #FE0000;
}

h3 {
	padding-bottom: 3px;
	padding-left: 5px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

#content .subset {
	float: left;
	width: 220px;
	/*height: 280px;*/
	/*border: 1px solid Red;*/
	margin: 15px 2px;
}

/*#content .subset ul {
	margin-top: 20px;
	padding: 2px 0px 2px 20px;
}

#content .subset li {
	color: Black;
	font-size: 10px;
}*/

#content .subset h3 {
	font-size: 12px;
	padding: 5px;
	text-align: center;
}

#content .subset img {
	padding: 0px;
	margin: 8px 8px 8px 8px;
	border: 1px solid Black;
	display: block;
}

#content td img {
	border-color: Black;
}

.news img {
	padding: 0px;
	margin: 0px;
}

/*h3 a {
	text-decoration: none;
}*/