
p  { 
	font-style: tahoma
	font-size 12 pt
 }
 
body {
	margin: 20px 0;
	background-color: black;
	text-align: justify;
	font: tahoma; 
	color: #A1A9AA;
	font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFEBBF;
	font: Tahoma;
}

h3 {
	font-size: 1.3em;
	padding-top: .4em;
}

h3 {
	font-size: 12 pt;
	font-color: #FFEBBF
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	font: Tahoma;
	font-size: 12pt;
}

a {
	color: #ABECF5;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 610px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 28px;
	padding: 12px 1px 0 1px;
	background: url(images/img4.gif) no-repeat center top;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12 pt;
	font-weight: bold;
	font: tahoma;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img3.gif);
	color: #FFFFFF;
}

/* Header */

#header {
	width: 660px;
	height: 2.25em;
	margin: 0 auto;
	padding: 20px;
	background: #405152 url(images/img2.gif);
	border: 2px solid #2D3939;
	border-top: none;
	font: tahoma;
}

#header * {
	text-transform: uppercase;
	text-decoration: none;
	font: tahoma;
	font-color: #FFEBBF;

}

#header h1 {
	float: left;
	font-size: 2em;
	font: tahoma;
	font-color: #FFEBBF;
}

#header h2 {
	float: right;
	padding-top: .25em;
	font-size: 16 pt;
	font-color: #FFEBBF;
	font-size: 10pt bold
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	background: #405152 url(images/img2.gif);
	border: 2px solid #2D3939;
	border-top: none;
}

#colOne {
	float: left;
	width: 450px;
}

#colTwo {
	float: right;
	width: 180px;
	border: 1.5px solid gray;
	font: Tahoma
	font-size: 12pt
	padding: 20px;
}

/* Footer */

#footer {
	text-align: center;
	font-size: smaller;
}