body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #595959;
	background: #deedf3 url(../images/bkg_site.gif) repeat top left;
}

a:link {
	color: #0a6787;
	text-decoration: none;
	border-bottom: 1px dotted #3c95b4;
}

a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #9e9e9e;
}

a:hover, #wrap a:hover {
	color: #000;
}

a.extlink {
	padding-right: 13px;
	background: url(../images/icons/icon_ext_link.gif) no-repeat 100% 50%;
}

a:visited.extlink {
	padding-right: 13px;
	background: url(../images/icons/icon_ext_link_visited.gif) no-repeat 100% 50%;
}

#wrap {
	width: 550px;
	margin: 150px auto 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	font-size: 90%;
	background: #fff url(../images/header_top.gif) repeat-x;
}

#wrap_inner {
	width: 550px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(../images/header_t_r.gif) no-repeat right top;
}

#wrap_inner2 {
	width: 550px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(../images/bkg_frame2.gif) no-repeat left bottom;
}

#content {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 400px;
	background: url(../images/header_t_l.gif) no-repeat;
}

img#logo {
	position: absolute;
	width: 136px;
	height: 52px;
	margin: 16px 12px;
	float: left;
	padding: 0;
}


#login {
	width: 200px;
	margin: 25px 50px;
	float: right;
}

/* Maintenance page - IE hack */
* html #login {
	font-size: 70%;
	width: 300px;
	w\idth: 200px;
}

/* Search box - all IE, but IE5.0... amazing bug. */
* html #login/* */ {
	font-size: 90%;
	}	


#login ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#login ul li {
	font-size: 90%;
	padding-right: 15px;
	display: inline;
}


#submit {
	color: #3c95b4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
	padding: 4px;
	border: 1px solid #a9cfdd;
	background: #fff url(../images/shadow_button.gif) repeat-x bottom;
	letter-spacing: 1px;
}

#log, #login_password, #user_login, #email {
	font-size: 120%;
	padding: 3px;
	margin: 5px 0;
	background: #edf5f7;
	color: #0a6787;
	border: 1px solid #a9cfdd;
}

#gutter {
	padding: 12px;
}

h1.post_title {
	color: #0a6787;
	font-weight: bold;
	font-size: 90%;
	line-height: 2em;
	text-transform: uppercase;
}