@charset "UTF-8";
/* CSS Document */

#wrapper {
	padding-left: auto;
	padding-right: auto;
	text-align: center; 
	background: #FFF;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#left {
	width: 300px; 
	height: 560px;
	float: left;
	padding-top: 10px;
	background: url(images/clouds.jpg) bottom no-repeat;
}

#portfolio {
	width: 680px;
	height: 570px;
	float: right;
}

#footer {
	width: 980px;
	height: 30px;
	padding-top: 8px;
	vertical-align: middle;
	clear: both;
}

a	{
	font-family: Tahoma, Geneva, sans-serif; 
	color: #1A1C1D; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma, Geneva, sans-serif; 
	color: #FF7F00;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline;
}

.header	{
	font-family: Tahoma, Geneva, sans-serif; 
	color: #1A1C1D; 
	font-size: 20px; 
	font-weight: bold;
}



body {
	background-image: url(images/background.png);
	background-repeat: repeat;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	font-family: Tahoma, Geneva, sans-serif; 
	color: #1A1C1D; 
	font-size: 12px;
}