* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: #000 url(../images/bg.gif) repeat top center;
	font-family: arial, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
	width: 100%;
	}
	
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}

a {
	text-decoration: none;
	color: #04b6c6;
}

h1 {
	font-size: 190%;
	color: #ff0;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 110%;
	color: #fff;
	text-align: left;
	border-bottom: 1px dashed #ddd;
}

tbody {
	color: #fff;
}

p {
	color: #fff;
	text-align: left;
}
	
#wrap {
	margin: 0px auto;
	width: 900px;
	background: #000;
	margin-top: 10px;
	}


/* header styles */

#header {
	width: 100%;
	height: 197px;
	background: url(../images/welcome.png) no-repeat top right;
	text-align: left;
	}

#menu {
	width: 150px;
	padding-right: 5px;
	border-right: 2px solid #dd0;
	list-style: none;	
	text-align: right;
	float: left;
}	

#menu a, #menu a:visited, #menu a:hover, #menu a:active {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#content {
	width: 730px;
	text-align: left;
	padding-left: 5px;
	float: right;
}

	
/* footer styles */

#footer {
	color: #ffffff;
	font-weight: bold;
	font-size: 93%;
	margin-top: 20px;
	text-align: center;
	}
	
#footer a {
	text-decoration: none;
	color: #ffffff;
	}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
	}

#welcome {
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}

#thumbrow {
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
#thumb {
	width: 242px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	color: #dddddd;
	text-align: center;
}

#thumb a:hover {
	text-decoration: underline;
}

#picture {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
