html, body {
	height: 100%;
}

body {
	background: #fff url('../images/page_back.png') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, san-serif;
}

img {
	border: none;
}

#wrapper {
	background-image: url('../images/right_header.png');
	background-position: top right;
	background-repeat: no-repeat;
	
	/*border: #000 solid 1px;*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	margin-bottom: -110px;
	position: relative;
}

#header {
	top: 35px;
	width: 800px;
	height: 115px;
	position: relative;
}	

#nav {
	position: relative;
}

#content {
	padding: 0px 10px 0px 10px;
	position: relative;
	float: left;
	width: 500px;
	/*border: 1px solid #f00;*/
}
	#content h2 {
		color: #333;
		font-style: italic;
	}

#sidebar {
	float: right;
	width: 270px;
	margin-top: 15px;
	/*border: 1px solid #f00;*/
	position: relative;
}

	#sidebar img {
		vertical-align: middle;
	}
	
	#sidebar .twittitle {
		font-style: italic;
		color: #333;
		font-size: 18px;
		font-weight: bold;
	}
	
	#twitter_div {
		background-color: #dedada;
		border: 1px solid #663333;
		padding-bottom: 10px;
	}
	
	#twitter_update_list {
		list-style: none;
		font-family: Georgia, Verdana, san-serif;
		font-size: 75%;
		padding: 5px;
	}

	#twitter_update_list  li {
		padding: 5px;
		display: block;
	}
	
	a#twitter-link {
		font-family: Georgia, Helvetica, sans-serif;
		font-size: 75%;
		padding-right: 10px;
		display: block;
		text-align: right;
		padding-top: 4px;
	}

	
#footer {
	position: relative;
	background-image: url('../images/footer_back.png');
	background-repeat: repeat-x;
	height: 110px;
	clear: both;
}

	#footer_content {
		width: 780px;
		margin-left: auto;
		margin-right: auto;
		font-size: 12px;
		color: #666;
		font-style: italic;
		padding-top: 20px;
		vertical-align: middle;
	}

		#footer_content div.copy {
			float: left;
			width: 400px;
			background-image: url('../images/footer_arminder_logo.gif');
			background-repeat: no-repeat;
			padding-left: 45px;
		}

		#footer_content div.links {
			float: right;
			width: 300px;
			/*border: 1px solid #f00;*/
			text-align: right;
		}
		
		.links a
		{
			margin: 0px 5px 0px 5px;
			font-weight: bold;
		}
		
		.links a:link {
			color: #666;
			text-decoration: underline;
		}
		
		.links a:visited {
			color: #666;
			text-decoration: underline;
		}

		.links a:hover {
			color: #666;
			text-decoration: none;
		}

		.links a:active {
			color: #999;
			text-decoration: none;
		}
		
		/*.links p {
			margin: 5px;
			font-weight: bold;
			width: 100px;
			height: 30px;
			border: 1px solid #f00;
		}*/
		
		/*.links img {
			width: 30px;
			margin: 0px;
			padding: 0px 5px 0px 0px;
			vertical-align: middle;
		}*/
		
.clearfooter {
	height: 110px;
	clear: both;
}
	
a:link {
	color: #b80606;
	text-decoration: underline;
}

a:visited {
	color: #b80606;
	text-decoration: underline;
}

a:hover {
	color: #b80606;
	text-decoration: none;
}

a:active {
	color: #b80606;
	text-decoration: none;
}

/* Styles the contact form */
label {
	width: 5em;
	margin-right: 0.5em;
	float: left;
	font-weight: bold;
	display: block;
	text-align: right;
}

input, textarea {
	border: 1px solid #666666;
	width: 300px;
}
	

fieldset {
	font-size: 90%;
	width: 30em;
	padding: 10px;
	border: none;
}

.submit input {
	margin-left: 6.0em;
}

.error {
	color: #AC3030;
	margin-left: 6.0em;
}

.emailthanks {
	font-weight: bold;
	margin-left: 6.0em;	
}

p.site-name {
	font-weight: bold;
}

a.site-url:link, a.site-url:visited, a.site-url:active {
	color: #AC3030;
	text-decoration: underline;
}

a.site-url:hover {
	color: #999999;
	text-decoration: none;
}

img.floatright {
	float: right;
	margin-right: 10px;
	border: 1px solid #999;
	padding: 10px 0 0 0;
}

/* the most recent project */ 
.siteinfo-current {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;	
}

.siteinfo {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;	
}

.inprogress{
	left: -150px;
	top: 140px;
	position: absolute;
}

.siteinfo-last {
	padding: 10px 0 10px 0;	
}

.siteinfo p, .siteinfo-current p {
	font-size: 80%;
}
