/*
Design by Crying in Red Designs 2008
Tomi Naff 
t_naff@yahoo.com
*/

body {
	margin: 20px 0;
	padding: 0;
	 background-color:#000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2, h3 {
	color: #000000;
	
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
	text-transform:capitalize;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	border: 5px; color: white;
  font-family:'Papyrus','Monotype Corsiva',cursive;
	background:
	url(images/thalayout_01.jpg);
	background-repeat: no-repeat;
}

#header * {
	
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

#header h1 {
	font-size: 6em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float:left;
	text-align: center;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	color: #ff0000;
}

/* Image Pre-Loader */
div .loader{
background:url(images/thalayout_01.jpg) no-repeat;
background:url(images/thalayout_02.jpg) no-repeat;
}

/* Content */

#content {
	width: 700px;
	height: 720px;
	text-align:justify;
	float:center;
	margin: 0 auto;
	background: url(images/thalayout_02.jpg); 
	background-repeat: no-repeat;
	font-size:medium;
	}

#colTwo {
	text-align: justify;
	font-style:normal;
	font-weight:bold;
	margin: 0 auto;
	width: 460px;
	padding: 10px 10px 0 10px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
 	background-color: black;
	font-size: smaller;
	color: white;
}

#footer * {
	color: white;
}