#page {
    position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	font-family: century gothic, arial;
    font-size: 10pt;
	font-smooth: always;
    color: #333333;
	padding-bottom: 15px;
}

a {
    text-decoration: none;
}

a:link.conlink {
    color: #8CC63F;
	font-family: century gothic, arial;
	font-size: 10pt;
	font-weight: bold;
}

a:active.conlink {
    color: #8CC63F;
	font-family: century gothic, arial;
	font-size: 10pt;
	font-weight: bold;
}

a:visited.conlink {
    color: #8CC63F;
	font-family: century gothic, arial;
	font-size: 10pt;
	font-weight: bold;
}

a:hover.conlink {
    color: #8CC63F;
	font-family: century gothic, arial;
	font-size: 10pt;
	font-weight: bold;
}

a:link.navlink {
    color: #ffffff;
	font-family: century gothic, arial;
	font-size: 10pt;
}

a:active.navlink {
    color: #ffffff;
	font-family: century gothic, arial;
	font-size: 10pt;
}

a:visited.navlink {
    color: #ffffff;
	font-family: century gothic, arial;
	font-size: 10pt;
}

a div:hover {
    color: #ffffff;
	font-family: century gothic, arial;
	font-size: 10pt;
	border-bottom: 3px solid #8CC63F;
}

#nav {
    position: relative;
	width: 900px;
	background-color: #777777;
	clear: both;
}

#searchdom {
    position: relative;
	width: 496px;
	height: 71px;
    background-image: url('../images/searchdom.jpg');
	margin-bottom: 15px;
}

.navitem {
    position: relative;
    padding-left: 35px;
	padding-right: 35px;
	line-height: 20px;
	background-color: #777777;
	float: left;
	border-bottom: 3px solid #777777;
}

.navcurr {
    position: relative;
    color: #ffffff;
	font-family: century gothic, arial;
	font-size: 10pt;
	padding-left: 35px;
	padding-right: 35px;
	line-height: 20px;
	background-color: #8CC63F;
	float: left;
	border-bottom: 3px solid #333333;
}

#logo {
    position: relative;
	float: left;
}

#login {
    position: relative;
	text-align: right;
	padding-top: 20px;
	float: right;
}

#pagecontent {
    position: relative;
	margin-top: 15px;
}

.col1 {
    position: relative;
	width: 496px;
	float: left;
}

.col2 {
    position: relative;
	width: 394px;
	float: right;
}

h1 {
    font-size: 18pt;
    color: #333333;
}

#footer {
    position: relative;
	top: 15px;
	clear: both;
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	width: 900px;
	border: 1px solid #8CC63F;
	text-align: center;
}
	
.thumb {
    position: relative;
	margin: 15px;
	float: left;
}

.thumbdesc {
    position: relative;
	float: right;
}