@charset "UTF-8";
/* CSS Document */

body {
	background:#ffff;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#645951;
}

.intro {
	font-size: 1.2em;
	font-weight: lighter;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	
}

#contenttable td {
	vertical-align:top;
	padding:15px;
}

#contenttable table td {
	padding:3px;
}

#content {
	margin-top:2em;
}

a:link, a:visited {
	color:#75B3E4;
}

a:hover {
	color:#467390;
}

#logo {
	padding:10px;
}

input[type="text"], input[type="password"], textarea {
	margin-bottom:0.5em;
}

#content img {
	border:5px solid #26597C;
}

#links {
	width:180px;
}
