* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

p {
	margin-bottom: 10px;
}

a {
	color: #8093b1;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

body {
	background: #f3f3f3 url('../img/body_bg.png') repeat-x 0 0;
}


#container {
	width: 773px;
	margin: 0 auto;
	margin-top: 31px;
	padding-bottom: 50px;
	top: 0;
}

	#main {
		width: 602px;
		display: block;
		float: left;
	}
	
		#header {
			width: 602px;
			height: 141px;
			background: url('../img/header.jpg') no-repeat 0 0;
		}
		
		#content {
			padding: 20px 40px 7px 40px;
			background: url('../img/content_bg.png') no-repeat 0 0;
		}
		
			h1 {
				display: none;
			}
			
			h2 {
				font-size: 16px;
				color: #64748b;
				margin: 25px 0 12px 0;
				padding-bottom: 3px;
				line-height: 100%;
				border-bottom: 1px solid #ccc;
				letter-spacing: -1px;
			}
			
				h2.error {
					color: #f00;
				}
				
				h2.success {
					color: #0b0;
				}
				
			h3 {
				font-size: 13px;
				color: #64748b;
				margin-top: 25px;
				letter-spacing: -1px;
				border-bottom: 1px dotted #ccc;
				margin-bottom: 12px;
			}
				
			input.text {
				padding: 3px 5px;
				width: 200px;
			}
			
			textarea {
				width: 90%;
				min-height: 100px;
				padding: 3px 5px;
			}
			
				* html textarea {
					height: 120px;
				}
				
			span.missing {
				font-size: 9px;
				text-transform: uppercase;
				color: #c00;
			}
		
		#footer {
			background: url('../img/footer_bg.png') no-repeat 0 0;
			height: 39px;
			width: 602px;
		}
		
	#sidebar {
		position: relative;
	}
	
		#twtr-profile-widget {
			position: absolute;
			top: 150px;
			right: 0;
		}
	
		#sidebar p.quote {
			text-align: right;
			font-family: Georgia, Garamond, "Times New Roman", serif;
			font-style: italic;
			font-size: 21px;
			line-height: 20px;
			color: #8093b1;
			margin-top: 13px;
		}
		
			#sidebar p.quote span {
				display: block;
				text-transform: uppercase;
				font-weight: normal;
				color: #777;
				font-size: 11px;
				font-style: normal;
				font-family: Georgia, Garamond, "Times New Roman", serif;
				margin-top: 7px;
			}




.hidden {
	display: none;
}

.clear {
	height: 1px;
	width: 100%;
	background-color: transparent;
	clear: both;
	display: block;
}