@charset "ISO-8859-1";

body{
 	margin:0;
	padding:0;
	height:100%;
	background:url(../images/sm_bg.jpg); 
 	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	color:#FFFFFF;
}

html {height:100%; margin-bottom:1px;}

#container {
	width:760px;
	margin-top:50px;
	margin-left:50px;
	height:auto;
	position:absolute;
}

#header {
	width:100%;
	height:45px;
	position:relative;
}
#contact {
	width:350px;
	height:50px;
	position:absolute;
	right:0;
	top:25px;
}
#box_left {
	width:400px;
	height:auto;
	float:left;
	position:relative;
}
#box_right {
	width:300px;
	height:auto;
	float:right;
	position:relative;
}

hr { 
	height: 0; 
	border-style: dotted; 
	border-width: 1px 0 0 0;
	border-color:#FFFFFF;
}

h1 {font-size:20px; font-weight:bold; margin:0px;}

h2 {font-size:16px;}
h3 {font-size:14px; margin:0;}
h4 {font-size:12px; margin:0; letter-spacing:1px;}
h5 {font-size:11px; line-height:13px; font-weight:normal; font-style:italic; margin:1px 0 0 0;}

h6 { font-size:12px; line-height:19px; font-weight:normal; font-style:italic; margin:15px 0 0 0;}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;
	text-align:left;
}
.contact {
	text-align:right;
	font-size:10px;
	letter-spacing:1.5px;
	font-style:italic;
}

a:link {
	font-weight:bold;
	color:#D6DE23;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#D6DE23;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
a:active {
	font-weight:bold;
	color:#D6DE23;
	text-decoration:none;
}

img.floatleft { 
    float: left; 
    margin-right: 10px; 
}
