/* General tags and classes */
body {
	padding: 0px;
	margin: 0px;
	background:#000000;
	color: #efefef;
	font: 100% "Trebuchet MS", sans-serif;
	
	/* IE layout center */
	text-align:center;
}

h1 {
	font: bold 1.7em "Trebuchet MS", sans-serif;
	letter-spacing: -1px;
	padding: 7px 0px 3px 0px;
	margin: 0px;
}
h2 {
	font: bold 1.3em "Trebuchet MS", sans-serif;
	letter-spacing: -1px;
	padding: 0px;
	color:#333333;
	clear:both;
}
h3 {
	font: bold 1.1em "Trebuchet MS", sans-serif;
	text-shadow:#999999 1px 1px 2px;
	padding:0px;;
	margin:4px 0px;
}
p {
	margin:7px 0px;
}
p.imgtext {
	margin:0px;
}

blockquote {
	text-align:left;
}
ul {
	margin: 0px;
	padding : 0px;
	list-style: none;
}
hr {
	height: 1px;
	width:97%;
	border: none;
	color: #999999;
	margin: 7px 0px;
}

a:link, a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

img {
	border:none;
}
.imgleft {
	margin: 0px 7px 3px 0px;
	float:left;
}
.imgright {
	margin: 0px 0px 3px 7px;
	float:right;
}

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	clear:both;
}
.left img {
	margin: 0px 7px 3px 0px;
}
.right img {
	margin: 0px 0px 3px 7px;
}

.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}
.textSmall {
	font:normal 0.7em Verdana, Geneva, sans-serif;
}
.textMedium {
	font:normal 1.3em "Trebuchet MS", sans-serif;
}
.textLarge {
	font:bold 1.5em "Trebuchet MS", sans-serif;
}
.textCaption {
	text-align:center;
	color:#efefef;
	font:bold italic 0.8em ;

}

.red {
	color:#900;
}
.blue {
	color:#009;
}
.green {
	color:#3C6;
}

#container {
	border:#373737 37px solid;
	background:#000000;
	margin: 27px auto;
	padding:0px;
	width: 900px;
}

/* Header area */
#top {
	clear:both;
	background:#000000;
	width:865px;
	height:37px;
	font: bold 0.9em "Trebuchet MS", sans-serif;
	color:#efefef;
	text-align:left;
}
#top h1 {
	width:400px;
	position:relative;
	top:-41px;
	left:137px;
	font:italic 1.7em Georgia, serif;
}
#top p.contact {
	float:right;
	position:relative;
	top:-35px;
	color:333333;
	font:normal 1.1em Georgia, serif;
}
#top p.commission {
	position:relative;
	top:-35px;
	left:147px;
	color:333333;
	/*font:bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font:oblique 1.3em Georgia, serif;
}
#top a:link, #top a:visited {
	color: #efefef;
	text-decoration:underline;
}
#top a:hover, #top a:active {
	color: #999999;
	text-decoration:underline;
}

#main {
	clear:both;
	text-align:center;
}

/* Side bar */
#nav-main {
	clear:both;
	text-align:right;
	margin:7px;
	font:normal 0.9em "Trebuchet MS", sans-serif;
	color: #efefef;
	background: #000000;
}
#nav-1 {
	list-style: none;
	float:left;
	width:70%;
}
#nav-2 {
	list-style: none;
	float:right;
	width:27%;
}
#nav-1 li {
	list-style: none;
	display:block;
	float:left;
	/*border-right:#ffffff 1px solid;*/
}
/*#nav-1 li.noborder {
	border:none;
}*/
#nav-2 li {
	list-style: none;
	float:none;
	text-align:right;
}
#nav-main li a {
	width:100%;
	margin-top:-1px;
	line-height: 25px;
	border:#000000 1px solid;
	padding:3px;
	text-align:right;
}
#nav-main a:link, #nav-main a:visited {
	color:#C00;
	text-decoration: none;
}
#nav-main a:hover, #nav-main a:active {
	color:#efefef;
	text-decoration: none;
}
#nav-main p {
	margin:11px 0px;
}

#content {
	clear:both;
	width:875px;
	position:relative;
	top:7px;
	margin:3px auto;
	font: 0.9em "Trebuchet MS", sans-serif;
	background: #000000;
	text-align:justify;
}
#content blockquote {
	padding:0px 0px 0px 10px;
	border-left: 2px solid #efefef;
	margin: 10px 0 10px 25px;
}
#content ul {
	list-style-position: inside;
	margin:0px 0px 0px 2px;
}
#content ul li {
	list-style-type: square;
	margin-left: 15px;
}
#content ul ul li {
	list-style: none;
	margin-left: 10px;
	list-style-type: lower-alpha;
	list-style-position: inside;
}

/* Footer */
#footer {
	clear:both;
	width:865px;
	margin:0px;
	padding:0px;
	background:none;
}
#footer p {
	position:relative;
	top:25px;
	margin:0px;
	padding:0px;
	font:italic 0.7em "Trebuchet MS", sans-serif;
	text-align:right;
	color: #efefef;
	background:none;
}
#footer a {
	text-decoration: underline;
}

