﻿* {
	margin: 0;
	padding: 0
}

html, body
{
	background: #d2d2d2 url('/style/images/bodyBG.gif') repeat-x ;
	text-align: center;
	vertical-align: middle;
}

p, table
{
	margin-bottom: 10px
}

h1, h2, h3, h4, h5, h6{
	color: #454545;
	margin-bottom: 10px;
	clear: both
}

a {
	color: #E6008A;
	font-weight: bold;
}

li {
 list-style: none;
}

table
{
	width: 100%
}

th 
{
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	padding: 5px
}

td
{
	padding: 5px;
	vertical-align: top
}

#stats th, #skills th
{
	width: 22%;
	vertical-align: top
}

#stats td
{
	width: 28%
}

#about li {
	list-style: disc;
	list-style-position: inside  
}

#main
{
	margin:0px auto;
	width: 750px;
	border: 1px solid #E6008A;
	background: #ffffff url('/style/images/mainBG.jpg') no-repeat top left;
	padding: 3px;
	margin-top: 10px; /* hack: need to vertical align properly */
	text-align: left;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	position: relative
}

#header {
	margin-bottom: 10px
}

#footer 
{
	width: 750px;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding: 3px
}

#navigation 
{
	float: left;
	width: 120px;
	margin-top: 10px;
}

#navigation li 
{
	margin-bottom: 5px;
	background-color: #FCE2F2;
}

#navigation li a{
	text-decoration: none;
	background: url('/style/images/navigation/bgOff.gif') bottom repeat-x;
	display: block;
	height: 17px;
	padding: 10px 20px 5px 2px;
	color: #454545;
	border: 1px solid #454545
}

#navigation li a:hover, #navigation a.current{
	background: url('/style/images/navigation/bgOn.gif') bottom repeat-x;
	color: #E6008A;
	border: 1px solid #E6008A
}

#content {
	padding: 10px;
	width: 600px;
	float: left
}

#news #articles 
{
	float: left;
	display: inline;
	width: 290px
}

#news #articles p {
	margin-bottom: 10px
}

#news #gallery 
{
	text-align: center;
	float: left;
	width: 300px;
	margin-left: 10px
}

#news #gallery ul
{
	margin-top: 4px;
}

#photo #gallery {
	text-align: center;
	float: left;
	width: 600px;
	margin-left: 10px
}

#photo #gallery ul {
	width: 330px;
	float: left
}

#photo #gallery #mainImage  {
	float: left
}

#gallery ul li
{
	display: inline;
	padding: 2px;
}

#gallery ul li img
{
	width: 75px;
	border: 0px;
	vertical-align: top
}

#gallery #mainImage {
	width: 250px
}

#gallery #mainImageCaption {
	font-style: italic
}

#gallery .current {
	border: 1px solid #E6008A
}

#links li {
	display: inline;
	padding: 5px
}

#links img {
	border: 0px
}

.left
{
	float: left
}


.right
{
	float: right
}

.clearBoth {
	clear: both
}

.center {
	text-align: center
}

.noBorder 
{
	border: 0px
}
