/* Global */
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background: #000 url(/images/bgpattern.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Verdana";
	font-size: 12px;
	line-height: 18px;
	color: white;
}
h1, h2, h3, h4, h5, h6, /*p,*/ div, ul, li {
	margin: 0;
	padding: 0;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
}
ul, li {
	text-decoration: none;
	list-style: none;
}
a {	
	color: #666;
	text-decoration: none;
}

/* Containers */
#boxmain {
	border: 5px solid #000;
	width: 800px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 137px;
	background: url(/images/bgheader.gif) repeat-x;
}
#header img {
	margin-left: 25px;
}
#headings {
	float: left;
	width: 100%;
	height: 86px;
	margin-bottom: 10px;
	background: url(/images/bgcontent.gif) repeat-x;
	background-color: red;
}
#headings img {
	padding-top: 45px;
	padding-left: 180px;
}
#headings span {
	display: block;
	margin: 43px 50px 0 0;
	font-size: 24px;
	text-align: right;
}
#boximg1 {
	float: left;
	background: url(/images/bgcontentleft.gif) no-repeat;
	width: 95px;
	height: 136px;
}
#boximg2 {
	float: right;
	background: url(/images/bgcontentright.gif) no-repeat;
	width: 72px;
	height: 80px;
}
#left {
	position: relative;
	float:left;
	left:0;
	width: 165px;
	background: url(/images/bgleft.jpg) repeat-x;
	margin:0;padding:0;
	overflow: visible;
	height: 500px;
}
#content {
	margin: 0 246px 0 165px;
}
#content2 {
	margin: 0 0 0 165px;
}
#icontent {
	padding: 0 13px 0 10px;
}
#icontent2 {
	padding: 0 20px 0 20px;
}
#icontent2 img {
	float: right;
	margin: 5px;
	border: 3px solid #777;
}
#icontent2 a:hover {
	color: white;
}
#icontent3 {
	padding: 0 20px 0 20px;
}
#icontent3 img {
	border: 3px solid #777;
}
#icontent3 a:hover {
	color: white;
}
#icontent4 {
	padding: 0 20px 0 20px;
}
#icontent4 img {
	border: 3px solid #777;
}
#icontent4 a:hover {
	color: white;
}
#pictures {
	margin-right: 15px;
}
#pictures img {
	float: right;
	margin: 5px;
	border: 2px solid #333;
}
* html #pictures a:hover {
	border: 2px solid #666;
}
#pictures a:hover img {
	border: 2px solid #666;
}
#fpics {	
	margin: 3px 10px 8px 10px;
	float: left;
	width: 160px;
	height: 400px;
}
#fpics img {
	margin-bottom: 15px;
	border: 3px solid #777;
}
#right {
	position: relative;
	float: right;
	width: 246px;
	margin: 0;
	padding: 0;
	background-color: blue;
}
#footer {
	clear: both;
	text-align: right;
	color: #666;
	height: 36px;
	width: 100%;
	margin-top: 50px;
	background: url(/images/bgfooter.jpg) no-repeat;
}
#footer a:hover {
	color: white;
}
ul#menu {
	text-align: right;
	padding-top: 80px;
	padding-right: 15px;
}
ul#menu a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #a7a7a7;
	line-height: 25px;
}
ul#menu a:hover {
	font-weight: bold;
	color: white;
}
