/*
GSCHMIDT PORTFOLIO WEBSITE
December 2008


Designed and Developed by: Stephanie Skuzenski - Au Creative Group
HTML: Roxy Kurze - Au Creative Group

*/
* {
	margin: 0;
	padding: 0;
}


body {
	background: #000000 url(images/bg_line.jpg) repeat-x;
	background-attachment: fixed;
	background-position: 50% 0%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}




/* Wrapper */

#wrapper {
	width: 900px;
	height: 725px;
	margin: 0 auto;
	background: #000000 url(images/bg_gschmidt2.jpg) no-repeat;
	 
}



/* Header */




/* Content */




#content {
	width: 900px;
	background-attachment: fixed;
	background-position: 50% 0%;
	float: left;
}



	

#leftcolumn {
	
	float: left;
	width: 150px;
	padding-left:35px;
	}

.header {
	height: 192px;
	width: 128px;
	padding-top:14px;
	
}

#rightcolumn {
	float: left;
	width: 635px;
	padding-top: 32px;
	padding-left: 7px;
}

#rightsplash {
	float: left;
	width: 635px;
	padding-top: 29px;
	padding-left: 7px;
}

.about {
	float: left;
	padding-left:4px;
}

.subtext {
	padding-left:35px;
	width: 575px;
}


p {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}




a:hover {
	color: #c9be49;
}

a:link {
	font-weight: bold;
	font-style: normal;
}

a {
	
	font-weight: bold;
	color: #333333;
	line-height: 150%;
}

	







/* Menu */

#menu {
	float: left;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding-left:6px;
	
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: 25px;
	text-align:left;
}

#menu li {
	display: list;
}

#menu a {
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	
}

#menu a:hover {
	
	color: #c9be49;
	
	
}



/* Footer */

#footer {
	
	
}

#footer p {
	margin: 0;
	padding-top: 675px;
	padding-right: 75px;
	text-align: right;
	color: #f0f0ea;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}









