@charset "utf-8";

html, body {margin: 0px;  padding:0px; background: #eee;
}
/*fonts*/
html, body, p, th, td, li, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	margin: 0px;  padding:0px;
}
h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 { font-size: 12px; }
h2 { font-size: 18px; }
h3 { font-size: 16px ; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
.bold {
	font-weight: bold;
}
.italic {font-style: italic;}
.right {text-align: right;}


/*Layout*/
#wrapper {
	width: 100%;
	height: auto;
	position: absolute;	
}

#header {
	width: 100%;
	height: 120px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 3px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 584px;
	height: auto;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	background-color: #fff;
	position: relative;
	text-align: center;
}
.animationcontent {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-left: 10px;
	width: 557px;
	height: auto;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	padding-right: 10px;
}

.contact {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	float:right;
}
.contacttext {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width:170px;
	float:left;
	padding-top:30px;
	padding-left:10px;
}

.animationtext {
	width: 550px;
	height: 30px;
	text-align: left;
	position: relative;
	margin-bottom:5px;
}
#links {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 10px;
	color: #666;
	letter-spacing: 1px;
}
#footer {
	text-align: center;
	color: #999;
	font-size: 8px;
	font-weight: 100;
}
.leftbox {
	margin: 10px;
	padding: 10px;
	padding-right: 10px;
	float: left;
	width: 248px;
	border: thin dotted #CCC;
}
.rightbox {
	margin: 10px;
	float: right;
	width: 248px;
	border: thin dotted #CCC;
	
}
.linkbox {
	margin-left:10px;
	margin-top: 5px;
	margin-right:10px;
	margin-bottom: 5px;
	width: 560px;
	border: thin dotted #CCC;
	height: 60px;
	position: relative;
	clear: both;	
}

.linkboxtext {
	text-align: left;
	width: 260px;
	height: 50px;
	padding: 5px;
}

.description {
	text-align: center;
	padding-top:5px;
}

.text-center {
	text-align: center;
}


/*links*/

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active { 
	color: #555; 
	text-decoration: none;
}

a.link2:link { color: #000; }
a.link2:visited { color: #333; }
a.link2:hover { color: #777; }
a.link2:active { color: #0cf; }
