* {
	margin-top: 0;
}

body {
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #CCCCCC;
	background-color: #000033;
	/*background-image: url(../images/layout-files/bg.gif);*/
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3 {
	font-weight: normal;
	color: #CCCCCC;
	margin-left: 10px;
}

h1 {
	font-size: 140%;
	margin: 5px 0 5px 50px;
}
h2 {
	font-size: 120%;
	margin-left: 40px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 15px 0 45px;
}

p, ul, ol {
	font-size: 95%;
}

p {
	margin: 5px 15px 0px 60px;
	color: #CCCCCC;
}

ul {
	margin: 5px 10px 5px 25px;
	color: #FFFF00;
}

ol {
}

blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 780px;
	height: 159px;
	margin: 0 auto;
	background-image: url(../images/single-images/img01.jpg);
	color: #FFFFFF;
}

#header h1	{
	color:#FFFFFF;
	font-size:2em;
	text-align: right;
	margin: 10px 15px 0 0;
	}

/* Menu */

#menu {
	width: 780px;
	height: 57px;
	margin: 0 auto;
	background-image: url(../images/single-images/img02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
}

#menu h2 {
	display: none;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 16px;
	padding: 15px 15px 10px 15px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
}

#menu a:hover  {
	color: #0066CC;
}

#menu .active a {
	color: #FFFFFF;
	font-weight: lighter;
	}
	
a#here {
	color: #2366B2;
}	

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	background-color: #000033;
	background-repeat: repeat-y;
	background-image: url(../images/single-images/img04.jpg);
}

/* Content */

#content {
	float: left;
	width: 780px;
	background-image: url(../images/single-images/img03.jpg);
	background-repeat: no-repeat;
}

.boxed {
	width: 450px;
	color: #FFFFFF;
}

.boxed .name {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

.boxed .content {
	padding: 15px;
}

/* styles for contact form */
form {
	margin: 5px 0 0 15px;
  }
#name, #email {
  width: 300px;
  }
#message {
  width: 400px;
  height: 150px;
  }
label {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }


/* Submenu */

#submenu a {
	padding-left: 10px;
	background-image: url(../PSD/images/img05.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.boxout {
	width: 150px;
	background-color: #000066;
	background-image: url(images/boxbottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	padding-bottom: 25px;
	/*margin-top: 10px;
	margin-bottom: 20px;*/
		}
		
.boxout h3	{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:2px;
	font-size: 1.3em;
	background-image: url(images/boxtop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 160px;
	}
	
.boxout h4	{
	margin:5px 5px 5px 10px;
	color:#FFFFFF;
	font-size: 1em;
	}
	
	img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 10px 0px;
}

img.right {
	float: right;
	margin: 5px 10px 0 15px;
}

/* Footer */

#footer {
	width: 780px;
	height: 60px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/single-images/img05.jpg);
}

#footer p {
	margin: 8px 0 30px 60px;
	padding: 0 0 0px 40px;
	font-size: 100%;
	color: #FFFF00;
}

#footer a {
	color: #999999;
	text-align: center;
}

