
/* Elements */

body {
	background: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	
}
.left {
  float: left;
  text-align: left;
  font-weight: bold;
  width: 100px;
  height: 400px;
  }

.right {
  float: right;
  text-align: left;
  font-weight: bold;
  width: 480px;
  }

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #CCCCCC;
}
a img {
border: none;
}


.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

#spacer {
    width: 666px;
	height: 20px;
	margin: 0px auto;
	background: #000000;
}
#spacer {
    width: 666px;
	height: 20px;
	margin: 0px auto;
	background: #000000;
}


#text {
float: right;
width:350px;
height:400px;
}
/* Header */

#header {
	width: 666px;
	height: 146px;
	margin: 0px auto;
	background: #000000;
	
}

#header h1 {
	margin: 0px;
	padding: 160px 0 0 380px;
	font-size: 52px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#topbar {
    width: 666px;
	height: 0px;
	margin: 0px auto;
	background: #000000;
}

/* Menu */

#menu {
	width: 666px;
	height: 129px;
	margin: 0px auto;
	background: #000000;
	
}


#content {
	background: #000000;
	width: 666px;
	margin: 0px auto;
	
}

#colOne {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 646px;
    height: 517px;
	background: url(images/Image4_2x1.jpg);

}

#colTwo {
	float: left;
	width: 180px;
    margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer {
	width: 666px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #808080;
}

#footer a {
	color: #b4a8a9;
}

#footer a:hover {
	color: #c0c0c0;
}
/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

#centralbox {margin: 0 auto; text-align:center;}
#centralbox p {text-align:left;}