/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
	background-color: #F3F3F3;
	margin: 0 auto;
	background-image: url('images/background.gif');
	background-position:  center 50%;
	background-repeat: repeat-y;
	padding: 0
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 780px;
}

#header {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	height: 227px;
	text-align: center;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#logo {
width: 214px;
margin: 0 0 0 0;
float: left;
}

#rightLogo {
	width: 566px;
	margin: 0 0 0 0;
	float: left;
	padding: 0;
	height: 134px;
}


#newsBar {
	margin: 0;
	padding: 0;
	height: 367px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dcd584;
	text-decoration: none;
	float: left;
	display: block;
	background-image: url('images/newsBar.gif');
	background-repeat: no-repeat;
	width: 210px;
	clear: both
}
#newsBar h1 {
	text-align:center;
	font-weight:bold;
	font-size: 16px;
	margin-top: 20px;
	padding-bottom: 15px;
}
#newsBar a {
	text-decoration:underline;
	font-size: 12px;
	color: #dcd584;
	display: block;
	padding: 0px 0px 15px 25px;
}
	
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	float: left;
	display: block;
	background-image: url('images/contentBack.gif');
	background-repeat: repeat-y;
	width: 570px;
	font-size: 14px;
	min-height: 400px
}
#contentText {
	margin-left:15px;
	margin-right: 15px;
}
#content h1 {
	font-size:16px;
}
#contentTop {
	float: left;
}
#contentBot {
	margin-left: 210px;
}
.left {
	float:left;
}
#leftGradient {
	float:right;
	height:227px;
	width: 11px;
	display: block;
}
	
#row1 a {
	display: inline;
	float: left;
	width: 111px;
	height: 48px;
	background-image: url('images/row1Right.gif');
	color: #DCD584;
	text-decoration: none;
	vertical-align: middle
}

#row2 a {
	display: block;
	float: left;
	width: 111px;
	height: 45px;
	background-image: url('images/row2Right.gif');
	color: #DCD584;
	text-decoration: none
}
#row1Right a {
	float: left;
	width: 122px;
	height: 48px;
	background-image: url('images/row1Right.gif');
	color: #DCD584;
	text-decoration: none;
	display: block
}
#row2Right a {
	display: block;
	width: 122px;
	height: 45px;
	background-image: url('images/row2Right.gif');
	float: left;
	color: #DCD584;
	text-decoration: none
}
#row1TextRight {
	margin-left: -15px;
	margin-top: 10px;
	text-decoration: none;
	width: 111px;
}
#row2TextRight {

	margin-left: -15px;
	margin-top: 8px;
	text-decoration: none;
	width: 111px;
}
#header a:hover {

	display: inline;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
#newsBar a:hover {

	text-decoration:underline;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 15px 25px;
}
#current {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#login {
	display:table-cell;
	margin-left: 50px;
}
#loginTitle {
	display:table-cell;
	float: left;
	width: 120px;
	text-align: right;
}

