/*gold D69730 */
/*blue 183789 */
/*lt blue 30B5E0 */

body {
	background-attachment: scroll;
	background-image: url(../images/bg_grey2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #999999;
	text-align: center;
}

body, script, form {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

.image1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #93CFE7;
	border-right-color: #93CFE7;
	border-bottom-color: #93CFE7;
	border-left-color: #93CFE7;
	background-color: #93CFE7;
}

#container {
	position:relative;
	margin: 0 auto; 
	width: 780px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	min-height: 600px;
}
#content {
	clear: both;
	float:right;
	text-align: left;
	width: 400px;
	margin-top: 100px;
	margin-right: 20px;
}

#content a {
	color: #30B5E0;
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}

h2.head  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-style: normal;
	font-weight: normal;
}

h1.intro  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	width: 380px;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: normal;
}
.subhead {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: .1em;
	font-weight: bold;
}
.subscribe {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #30B5E0;
	margin-bottom: 5px;
}


.copyright {
	margin-top: 10px;
	font-size: 10px;
	bottom: 20px;
	
}

.copyright a {
	color: #ffffff;
	text-decoration: none;
}

.copyright a:hover {
	color: #30B5E0;
	text-decoration: none;
}

a.continues {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.continues:hover {
	color: #33C2F2;
}

.green {
	color: #339966;
}
