body {
	margin:0;
	background:#ccc url(bg.png) 0 0 repeat-x;
}
#id1 {
/*
	height:900px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, 	rgb(160,160,160)),
	    color-stop(0.2, rgb(200,200,200)),
	    color-stop(0.6, rgb(220,220,220)),
	    color-stop(0.78, rgb(250,250,250)),
	    color-stop(1, 	rgb(220,220,220))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(240,240,240) 0%,
	    rgb(255,255,255) 100%
	);
*/
	border-top:6px solid #1163af;
}
/*
#fline {
	position:absolute;
	bottom:0px;
	width:100%;
	height:6px;
	background: #a2ae1c;
	border-top:1px solid #CDA;
}
*/
#id2 {
 width:780px;margin-top:14%;margin-left:auto;margin-right:auto;
}
p {
	font-family:Segoe UI,sans-serif;
	font-size:10pt;
	color:#555;
	line-height:16pt;
/*	text-shadow: 1px 1px 0px #FFF; */
}
a {
	font-family:Segoe UI,sans-serif;
	font-size:10pt;
	color:#674;
	text-decoration:none;
	border-bottom:1px dotted #BBB; 
}

.text {
	margin:-1px 0px 0px -1px;
}
#col1 .text, #col1 .shadow {
	width:365px;
}
#col2 .text, #col2 .shadow {
	width:365px;
}
.shadow p {
	color:#FFF;
}
.shadow p a {
	color:#DED;
}
#text3, #shadow3 {
	width:700px;
}
#text3 p {
	color:#999;
}
#shadow3 p {
	color:#EEE;
}
#text3, #shadow3, #text3 p, #shadow3 p, #text3 a, #shadow3 a {
	font-size:8pt;
}
#col1 {
	width:370px;float:left;
}
#col2 {
	width:370px;float:right;
}
.hline {
	width:760px;height:0px;border-top:1px solid #AAA;border-bottom:1px solid #DDD;margin:15px 0 0 0;
}
#bottom {
	width:780px;
	text-align:center;
	margin-top:380px;
	margin-left:auto;margin-right:auto;
	height:50px;
}
#bottom2 {
	clear:both;
	border:1px solid transparent;
	height:50px;
}
#contact {
 	width:320px;padding:10px 15px;background:#EEE;border-bottom:1px solid #F6F6F6;
}

