
body {
	background: #edecec;
	margin: 20px 50px 50px 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

/* links */
a, a:visited {
	color: #e9c501;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #e9c501;
}

/* headers */
h1, h2, h3 {
	font-family: 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}


/* Paragraph */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #999;
}



#content {
	width: 950px;
	padding: 50px 50px 60px 50px;
	height: auto;
}

#header {
	width: 950px;
	height: 111px;
}

#links {
	width: 950px;
	height: 69px;
}

#title {
	width: 950px;
	height: 98px;
}

#portfolio {
	width: 950px;
	height: auto;
}
