@charset "utf-8";
/* CSS Document */
/* Created by: EL*/
/* www.el */

Body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#666666;
	margin-top:0px;
	background:#eaeaea;
	height: 100%;
}

a, a:visited
{
	color:#666666;
}
a:hover
{
	color:#333;
}

#wrapper
{
	width:1027px;
	margin:0 auto ;
	background:#fff url(images/bg-main.jpg) repeat-y;
	padding:0 10px;
}

#wrap
{
	width:1025px;
	background:#fff;
	background: url(images/bg-main.jpg) repeat-y;
	float:left;
	padding:0 10px;
	padding-bottom:10px;
}
#header
{
	width:1025px;
	border-bottom:dotted 1px #CCC;
	float:left;
	height:259px;
}

#logo
{
	width:375px;
	height:219px;
	background:url(images/logo.jpg) no-repeat;
	margin:20px;
	float:left;
}
#header .beta
{
	float:right;
	font-size:12px;
	margin-top:20px;
	margin-right:20px;
	font-style:italic;
	color:#669999;
}
#body
{
	width:985px;
	background: url(images/bg-body.jpg) repeat-x;

	padding:0 20px;
	float:left;

}
#body P
{
	font-size:22px;
	line-height:120%
}
H2
{
	font-weight:normal;
	font-size:46px;
}

H2 span
{color:#999933}

span a:link, span a:visited
{
	color:#669999;
}
span a:hover
{
	color:#cc6600;
	text-decoration:none;
}
.separator
{
	width:100%;
	height:5px;
	border-bottom:dotted 1px #CCC;
	float:left;
	margin-bottom:20px;
}

#footer{
text-align:right; 
width:1025px; 
float:right;
text-align:center;
margin-top:40px;
font-size:12px;

}


/* CONTACT US CSS */
#leftcol
{
	width:28%;
	float:left;
	padding-right:20px;
}

#rightcol
{
	width:69%;
	float:left;
	padding-top:50px;
}

#rightcol .post
{
	line-height:190%;
	color:#669999;
	font-size:11px;
}
	

#rightcol table
{
	font-size:12px;
}
.td-1
{
	color:#669999
}

.td-2
{
	font-size:10px;
	}
.td-3
{
	color:#669999;
	font-size:10px;
}

#footer-contact{
text-align:right; 
width:1025px; 
float:right;
text-align:center;
font-size:12px;

}