/*--- Website Designed and Created by Emily ! Duong www.emilyduong.com---*/

/* GENERAL */
html {
	background-image: url("../images/bg_sides.png");
	background-position: 50% 0; 
	background-repeat: repeat-y;
	background-color: #000;
}
body {
	font-family: Arial, Verdana, sans-serif;	
	background-color: #000;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	margin: 0;
}
.clear {
	clear: both;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

/* HEADER */
#header {
	width: 710px;
	background-image: url("../images/bg_sides.png");
	margin: 0 auto;
	padding: 25px 25px 8px 25px;
}
#navigation {
	width: 100%;
	float: left;
	margin: -4px 0 0 -15px;
	padding: 0;
	font-size: 11pt;
}
#navigation li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
}
#navigation li a{
	display: block;
	text-decoration: none;
	text-align: center;
	width: 78px;
	height: 18px;
	padding: 22px 0;
}
.divider {
	width: 12px;
	height: 60px;
	background-image: url("../images/divider.png");
	background-repeat: no-repeat;
}
#header a img {
	border: 0;
	float: right;
	margin-top: -75px;
}

/* CAP */
#cap {
	width: 760px;
	height: 32px;
	margin: 0 auto;
	background-image: url("../images/cap.png");
	background-repeat: no-repeat;
}

/* CONTENT */
#content {
	color: #fff;
	width: 710px;
	padding: 1px 25px;
	background-image: url("../images/bg_sides.png");
	margin: 0 auto;
}
#content h2 {
	
}
#content p {
	font-size: 11pt;
}

/* PORTFOLIO */
.portfolio {
	border: 1px solid #fff;
	margin: 0 10px;
}

/* FOOTER */
#footer {
	margin-top: 50px;
	padding: 10px 0 3px 0;
	width: 100%;
}
#footer p {
	font-size: 8pt;
	text-align: center;
}
#footer a {
	text-decoration: none;
}

/* EXCESS HEIGHT */
#excess {
	height: 100%;
	width: 760px;
	background-image: url("../images/bg_sides.png");
	margin: 0 auto;
}