body
{
	text-align: center; /* ie6 */
	margin: 0px;
}

h1
{
		
}

h2
{
	margin: 20px 0px 10px 0px;	
}
	
p
{
	margin: 0px;
}

div.clear
{
	clear: both;
}

div#page
{
	position: relative;
	width: 930px;
	background: red;
	margin: 0px auto;
}

div#topbar
{
	height: 77px;
	background: yellow;
}

div#sidebar
{
	position: absolute;
	left: 0px;
	z-index: 100;
	background: orange;
	height: 355px;
}

div#tabs
{
	width: 194px;
	margin-left: 50px;
	margin-bottom: 20px;
	background: white;
}

div#tabs a
{
	display: block;
	padding: 30px 0px;
	margin-bottom: 1px;
	background: green;
	margin-right: 29px;
}

div#sidebar div.tab
{
	padding-right: 19px;
}

div#sidebar div.selected
{
	background: blue;
}

div#content_wrapper
{
	margin-left: 225px;
	padding-bottom: 15px;
	background: yellow;
}

div#content
{
	display: inline-block;
	background: purple;
	width: 605px;
	padding: 0px 50px;
	min-height: 500px;
}

/*
a#showform
{
	display: block;
	margin: 0px auto;
	height: 120px;
	width: 274px;
	background: black;
}

div.pane
{
	position: absolute;
	left: 172px;
	top: 100px;
	width: 633px;
	background: black;
}

div.pane p
{
	margin-top: 20px;
}

div#popup input.wide
{
	width: 453px;
}

div#popup textarea
{
	width: 453px;
	height: 60px;
}

div.pane-content,
form#contact
{
	background: #ff00ff;
	padding: 10px 80px;
	margin: 0px;
}

a.pane-top
{
	display: block;
	background: red;
	height: 53px;
}

input#send
{
	display: block;
	width: 195px;
	height: 64px;
	background: green;
	margin: 20px 0px 0px 140px;
	outline: 0 none;
}

div.pane-bottom
{
	background: blue;
	height: 32px;
}

div.pane-content p
{
	margin-bottom:10px;
}

div.pane-content h2
{
	text-align:center;
}
*/