@charset "utf-8";
* {
	margin: 0 auto;
}


/* CSS Document */

.body {
	text-align: center;
}
.c {
	clear: both;
}
#wrapper {
	text-align: center;
	width: 1024px;
	height: 768px;
}
#showcase {
	text-align: center;
	height: 100%;
	width: 100%;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(../../images/BG.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 350px;
	width: 100%;
	text-align: center;
	padding-top: 65px;
}
#nav {
	float: right;
	height: 34px;
	width: 70%;
	margin-top: 90px;
	background-color: #666;
	border: 2px solid #FFF;
}
#nav a #selected {
	background-position: bottom;
}

.home {
	width: 204px;
	float: left;
	height: 34px;
	background-image: url(../../images/home_sprite.png);
	background-repeat: no-repeat;
}
.home:hover {
	background-position: bottom;
}

.about {
	width: 204px;
	float: left;
	height: 34px;
	background-image: url(../../images/about_sprite.png);
	background-repeat: no-repeat;
	background-position: top;
}
.about:hover {
	background-position: bottom;
}

.contact {
	width: 204px;
	float: left;
	height: 34px;
	background-image: url(../../images/contact_sprite.png);
	background-repeat: no-repeat;
	background-position: top;
}
.contact:hover {
	background-position: bottom;
}


#content {
	text-align: center;
	height: 600px;
	width: 97%;
}

#contentabout {
	text-align: left;
	height: 490px;
	width: 615px;
	color: #333;
	padding-top: 25px;
	float: right;
	font-size: 14px;
	padding-right: 100px;
}
#contentabout p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
#contentabout a {
	color: #333;
	text-decoration: underline;
}
#contentabout a:hover {
	color: #F0623A;
	text-decoration: none;
}



#headerinternal {
	width: 200px;
	float: left;
	height: 175px;
	margin-left: 60px;
	margin-top: 35px;
}


#footer {
	width: 80%;
	margin-top: 15px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#copyright {
	float: left;
	width: 300px;
	height: 18px;
}
#tridig {
	float: right;
	width: 145px;
	height: 18px;
}
#tridig a {
	color: #666;
	text-decoration: none;
}
#tridig a:hover {
	color: #666;
	text-decoration: underline;
}

