/*** General Structure ***/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

#container {
	margin: 0 auto;
	max-width: 100em;
	min-width: 60em;
	text-align: left;
	width: 60%;
}

/*** Head ***/
#head {
	height: 100px;
	text-align: center;
	width: 100%;
}

#head .logo {
	margin: 13px auto 0 auto;
}

/*** Main Positioning ***/
#main {
	height: auto;
	min-height: 400px;
	padding-bottom: 30px;
	text-align: justify;
}

* html #main {
	height: 400px;
}

#sidebar, #content {
	float: left;
}

.clear {
	clear: both;
	width: 100%;
}

/*** Text Formatting ***/
#main {
	font-size: 1.2em;
	line-height: 1.6;
	margin-top: 30px;
}

#main p {
	margin: 20px 0 30px 0;
}

#main a {
	color: #068d8d;
	text-decoration: none;
}

#main h1 {
	color: #068d8d;
	font-size: 1.2em;
}

#main h2 {
	color: #068d8d;
	font-size: 1em;
}

.login a {
	color: #fff;
}

/*** Footer ***/
#footer {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
}

/*** News ***/
.news-search-form {
	margin-top: 20px;
}

/*** Register ***/
.tx-srfeuserregister-pi1 label span {
	color: #068d8d;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color: #068d8d;
}
