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

body{ 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 100%;
	font-family: Century Gothic, Arial, Helvetica, Sans-serif;
	background-color: #f4f3ef;
	background-image: url('images/background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 780px;
	
}

#wrapper{
	background-color: #ffffff;
	padding: 10px;
	margin-top: 80px;
	margin-bottom: 10px;
}

#header{
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	width: 760px;
	height: 393px;
	text-align: right;
}

#logo{
	padding-top: 70px;
}

#header_text{
	width: 210px;
	padding-top: 20px;
	float: right;
	text-align: left;
	padding-left: 10px;
}

#logosmall{
	float: right;
	padding-left: 0px;
}


#address{
	width: 230px;
	padding-top: 30px;
	float: right;
	text-align: left;
	padding-left: 0px;
}

h3{
	color: #c987ba;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

h2{
	color: #999999;
	font-size: 150%;
	font-weight: normal;
}
#header h3{
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

#header h2{
	color: #999999;
	font-size: 150%;
	font-weight: normal;
}
h1, h1.toggler{
	color: #ffffff;
	font-size: 120%;
}

h1 a, h1 a:link, h1 a:hover, h1 a:visited{
	color: #ffffff;
}

#header_one{
	background-color: #6f0170;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

#header_two{
	background-color: #c693c6;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

#header_three{
	background-color: #c987ba;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

p{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
	font-size: 90%;
}

#footer{
	clear: both;
	padding: 10px;
	color: #999999;
	text-align: left;
	font-size: 85%;
}

.element img{
	float: right;
	padding: 10px 0px 10px 10px;
}


.portfolio img{
	float: left;
	padding: 10px 10px 10px 0px;
}
