﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 3;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #FFF4C2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	overflow: auto;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* CSS layout */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align: center;
}
#body {
	background-color: #FFFFCC;
}
#container {
	background: #E0ECFF;
	border: 5px solid #3366CC;
	width: 735px;
}
#forum-head-left {
  	text-align: center;
}
#forum-head-right {
  	text-align: left;
}
#forum-column {
  	text-align: center;
}
#forum-content {
	text-align: left;
}
#forum-footer {
	background:#FFFFFF
}
h1 {
	font-family: Verdana;
	color: #0099FF;
	font-size: xx-large;
}
h2 {
	font-family: Verdana;
	color: #0099FF;
	font-size: x-large;
}
h3 {
	font-family: Verdana;
	color: #333333;
	font-size: large;
}
h4 {
	font-family: Verdana;
	color: #0099FF;
	font-size: medium;
}
h5 {
	font-family: Verdana;
	color: #0099FF;
	font-size: small;
}
h6 {
	font-family: Verdana;
	color: #333333;
	font-size: x-small;
}
p {
	font-family:Verdana;
	color: #0099FF;
	font-size:small;
}
li {
	font-family:Verdana;
	color: #0099FF;
	font-size:small;
}

/* Styles for content */
.style1 {
	text-align: left;
}
.style2 {
	text-align: right;
}
.style3 {
	text-align: center;
}
.style4 {
	vertical-align: top;    
}
.style5 {
	  border: 1px solid #3366CC;
}
