/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	
}
#main-home {

background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 639px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main {

background-image: url(images/bg3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 639px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#nav{
	height: 75px;
	width: 970px;
	position: absolute;
	top: 465px;
	font-family: "Trajan Pro", "Times New Roman", Arial, Consolas;
	font-size: 16px;
	color: #666666;
	
}
a:link {
	color: #2A1305;
	text-decoration: none;
}
a {
	font-size: 16px;
	color: #2A1305;
	font-family: Trajan Pro, Times New Roman, Arial, Consolas;
}
a:visited {
	text-decoration: none;
	color: #2A1305;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



#text a:link {
	color: #ffffff;
	text-decoration: none;
}
#text a {
	font-size: 12px;
	color: #ffffff;
	font-family: Trajan Pro, Times New Roman, Arial, Consolas;
}
#text a:visited {
	text-decoration: none;
	color: #ffffff;
}
#text a:hover {
	text-decoration: none;
	color: #0099FF;
}

#click a:link {
	color: #ffffff;
	text-decoration: none;
}
#click a {
	font-size: 12px;
	color: #ffffff;
	font-family: Trajan Pro, Times New Roman, Arial, Consolas;
}
#click a:visited {
	text-decoration: none;
	color: #ffffff;
}
#click a:hover {
	text-decoration: none;
	color: #0099FF;
}


