@import url("reset.css"); 

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	margin: 0;
}

body#splash {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x; 
	height: 800px;
}

h3 {
 	font-size: 14px;
	font-weight: bold;
}
 
 p {
	margin-top: 16px;
	margin-bottom: 16px;
	line-height: 14px;
}

p a {
	color: #000;
	
}
.content {
	width: 990px;	
	margin: 0 auto;
}

.content_splash {
	min-width: 990px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 990)? "990px" : "auto");
}

.indexcontent {
	width: 800px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-top: 77px;
	margin-left: 45px;
} 

#logo[id] {
	margin-left: 90px;
}

#left_cow {
	clear: left;
	background-image: url(../images/left_cow.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 404px;
	#height: 405px;
}

#right_cow {

	background-image: url(../images/right_cow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 404px;
	#height: 405px;	
}

.slogan {
	padding-top: 70px;
	font-size: 38px;
	font-family: Times;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.click {
	margin-top: 90px;
	text-align: center;
}

.copyright {
	clear: both;
	color: #6e6e6e;
	font-size: 10px;
	float: right;
	margin-right: 20px;
	padding-top: 15px;
	font-weight: bold;
}

.header {
	width: 780px;
	margin: 10px 10px 0px 20px;
}

.header a img{
	margin-right: 10px;
}

ul.menu {
	list-style: none;
	margin-top: 20px;
	margin-left: 50px;
	
}

ul.menu li {
	width: 138px;
	margin-right: 5px;
	float: left;
}

.welcom {
	background-color: #e1dcbf;
	margin-top: 20px;
	padding: 10px 10px 10px 35px;
	float: left; 
	width: 755px;
	height: 148px;
	padding-bottom: 0px;
}

.welcom[class] {
	height: 158px;
	padding-bottom: 10px;
}

.welcom img {
	float: left;
	display: inline;
	margin-right: 20px;
}

.welcom .text {
	margin-top: 13px;
	#margin-top: 23px;
}

.center{
	margin-top: 25px;
	float: left; 
	/*background-image: url(../images/text_bg.png);*/
	background-image: url(../images/SG_big_logo_faded2.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	height: 100%;	
	padding-bottom: 52px;
	#padding-bottom: 32px;
	width: 800px;
} 

.center h3 {
	margin-bottom: 20px;
}   

.center .text {
	float: left;
	width: 570px;
}

.logos {
	float: left;
	width: 132px;
	text-align: center;
	margin-right: 55px;
	margin-left: 20px;
}

.logos[class] {
	margin-left: 35px;
	float: left;
}

.logos img {
	margin-top: 15px;
	margin-bottom: 5px;
}

.copyright_black {
	color: #000;
	font-size: 10px;
	float: right;
	margin-top: 42px;
	margin-right: 10px;
	font-weight: bold;
}
