@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote 
{
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, pre, code
{
	font-size:1em;
}
a
{
	text-decoration:none;
}

body,td,th, p {
	font-family: Arial, Times New Roman, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-color:gray;
	height:600px;
}

#wrapper {
	font-family: Arial, Times New Roman, Times, serif;
	position:relative;
	width:780px;
	height:700px;	
	background-color:#000000;
	background-image:url(../../images/wrapper_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto auto;
	padding:2px 0;
}

#sstitle
{
	position:relative;
	top:0px;
	left:80px;
}

#interior_body p
{
	font-family: Arial, Times New Roman, Times, serif;
	font-size:12px;
	xcolor:red;
	margin:10px 0;
}

#interior_body
{
	font-family: Arial;
	font-size:12px;
	xcolor:red;
	
	position:absolute;
	top:170px;
	left:40px;
	width:380px;
}


#content2{
	position:relative;
	margin:50px auto;
	height:580px;
	background-image:url(../../images/bg.gif);
	width:380px;
	background-repeat:no-repeat;
	padding:10px 40px 40px 40px;
	z-index:30;
	xtop:0px;
}

#icontent2{
	font-family: Arial, Times New Roman, Times, serif;
	position:relative;
	margin:50px auto;
	height:580px;
	background-image:url(../../images/ibg.gif);
	width:380px;
	background-repeat:no-repeat;
	padding:10px 40px 40px 40px;
	z-index:30;
	top:0px;
}

#xmenu {
	position:absolute;
	background-image:url(../../images/menu.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:200px;
	right:-80px;
	top:190px;
	z-index:10;
}

#ymenu {
	position:absolute;
	background-image:url(../../images/menu.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:200px;
	right:40px;
	top:260px;
	z-index:0;
}

#homequote {
	position:absolute;
	background-image:url(../../images/quote.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:200px;
	padding:0px;
	left:-30px;
	top:280px;
	z-index:10;
}

#homequote H5
{
	top:0;
	margin:auto 0px; 
	
}

h1 {
	font-family: Arial, Times New Roman, Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#202124;
	margin:0 0;
	padding:0 0;
}
h1 span {
	font-family: Arial, Times New Roman, Times, serif;
	color:#70848E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#AA1B04;
	margin:10px 0;
	padding:0 0;
}
h3 {
	font-family: Arial, Times New Roman, Times, serif;
	font-size:22px;
	font-weight:normal;
	font-variant:small-caps;
	color:#FFFFFF;
	margin-bottom:0;
}
h4 {
	font-family: Arial, Times New Roman, Times, serif;
	font-size:12px;
	font-weight:normal;
	font-variant:small-caps;
	color:#FFFFFF;
	margin:0 0;
	padding:0 0;
}
h5 {
	font-family: Arial, Times New Roman, Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#202124;
	margin:0 0;
	padding:0 0;
}
hr {
	height:1px;
	width:90%;
	border:none;
	background-image:url(../../images/hr_bg.png);
	margin:5px;
	padding:0 0;
}

ul {
	position:relative;
	xbackground-color:yellow;
	xmargin-top: 0px;
	xmargin-left:0px;
	xpadding:0;
}

li {
	text-align:right;
	font-family: Times New Roman, Times, serif;
	font-size:18px;
	list-style:none;
	line-height:25px;
}
ul li a:link {
	color: #FFFFFF;
	text-decoration:none;
}
ul li a:visited {
	color: #999999;
	text-decoration:none;
}
ul li a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
ul li a:active {
	color: #FFFFFF;
	text-decoration:none;
}

