* {
	margin: 0;
	padding: 0;
}


body {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
        background: #000000;
        background-image:url(images/bg.jpg); 
}

img { border: 0;}

#background {
        margin:0px auto;
        margin-top: 0px;
        width: 900px;
        height: 768px;
        border: 0px solid #000;
}

#logo {	
        position:absolute;
	width: 544px;
	height: 130px;
        margin-top: 15px;
        margin-left: 153px;
        border: 0px solid #000;
}

#content {	
        position:absolute;
	width: 850px;
	height: 420px;
        margin-top: 238px;
        margin-left: 0px;
        border: 0px solid #000;
}


#content p{
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}

#content ul{
	text-align: left;
	font-weight: ;
        margin-left: 100px;
	color: #000;

}
#home {
	margin-top: 165px;
	margin-left: 380px;
	position: absolute;
	height: 13px;
	width: 56px;
      background-image:url(images/home.gif);
      background-repeat: no-repeat;
	border: 0px solid #ffffff;
}
#home a:hover {
	margin: 0;
	position: absolute;
	height: 13px;
	width: 56px;
      background-image:url(images/homebright.gif);
      background-repeat: no-repeat;
	border: 0px solid #ffffff;
}
#homehover {
	margin: 0;
	position: absolute;
	height: 13px;
	width: 56px;
	border: 0px solid #ffffff;
}

#aboutus {
	margin-top: 165px;
	margin-left: 476px;
	position: absolute;
	height: 14px;
	width: 95px;
      background-image:url(images/aboutus.gif);
      background-repeat: no-repeat;
	border: 0px solid #ffffff;
}
#aboutus a:hover {
	margin-top: -1px;
	margin-left: -1px;
	position: absolute;
	height: 14px;
	width: 95px;
      background-image:url(images/aboutusbright.gif);
      background-repeat: no-repeat;
	border: 0px solid #ffffff;
}
#aboutushover {
	margin: 0;
	position: absolute;
	height: 14px;
	width: 95px;
	border: 0px solid #ffffff;
}

#services {
	margin-top: 165px;
	margin-left: 611px;
	position: absolute;
	height: 14px;
	width: 95px;
      background-image:url(images/services.gif);
      background-repeat: no-repeat;
	border: 0px solid #ffffff;
}
#services a:hover {
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	height: 14px;
	width: 95px;
      background-image:url(images/servicesbright.gif);
      background-repeat: no-repeat;
	border: 0px solid #ffffff;
}
#serviceshover {
	margin: 0;
	position: absolute;
	height: 14px;
	width: 95px;
	border: 0px solid #ffffff;
}

#contactus {
	margin-top: 165px;
	margin-left: 741px;
	position: absolute;
	height: 14px;
	width: 119px;
      background-image:url(images/contactus.gif);
      background-repeat: no-repeat;
	border: 0px solid #ffffff;
}
#contactus a:hover {
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	height: 14px;
	width: 119px;
      background-image:url(images/contactusbright.gif);
      background-repeat: no-repeat;
	border: 0px solid #ffffff;
}
#contactushover {
	margin: 0;
	position: absolute;
	height: 14px;
	width: 119px;
	border: 0px solid #ffffff;
}


#youtubehover {
        margin-top: 300px;
        margin-left: 324px;
	position: absolute;
	height: 80px;
	width: 120px;
	border: 0px solid #000;
}

#facebookhover {
        margin-top: 370px;
        margin-left: 444px;
	position: absolute;
	height: 80px;
	width: 100px;
	border: 0px solid #000;
}

#bloghover {
        margin-top: 313px;
        margin-left: 731px;
	position: absolute;
	height: 95px;
	width: 95px;
	border: 0px solid #000;
}
#inhover {
        margin-top: 395px;
        margin-left: 590px;
	position: absolute;
	height: 40px;
	width: 120px;
	border: 0px solid #000;
}
#twitterhover {
        margin-top: 295px;
        margin-left: 550px;
	position: absolute;
	height: 80px;
	width: 100px;
	border: 0px solid #000;
}
/* Footer */

#footer {
        position:absolute;
        margin-top: 710px;
        margin-left: 150px;
	width: 550px;
	height: 25px;
        border: 0px solid #000;
        text-align:center;
	color: #ffffff;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	font-family: Arial, Helvetica, Myriad;
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 0px solid #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #33ccff;
}

ul.menu {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.menu li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.menu li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.menu li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.menu li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.menu li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.menu li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.menu li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.menu li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.menu li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}

