*{
	margin:0;
	padding:0;
}
body {
	font-size:1em;
	background-image: url(images/header_bkg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#986699;
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	position:relative;
	width:760px;
	margin-right: auto;
	margin-left: auto;
}

#header{}

#content{
	position:relative;
	font-size:75%;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E9D2DD;
	margin-left:162px;
	padding-left:5px;
}
#content p{
	padding-bottom: 10px;
	padding-right: 30px;
}
#content p.leftlist{
	position:relative;
	float: left;
}
#content ul{
	position:relative;
	padding-left:75px;
}
#container #menufiller #content li {
	list-style-type: square;
}

* html #content p.leftlist {margin-right:-3px}
* html #content ul{height:1%}
* > html #content ul{height:auto}


#content h1{
	padding-top: 15px;
}
#content p.highlight{
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 110%;
	color: #9B649D;
	font-weight: bold;
}
#rightmenu {
	position:relative;
	width:162px;
	min-height:100%;
	float: left;
	font-size: 130%;
}
#container #menufiller #rightmenu h1 {
	font-size: 60%;
	color: #986699;
	text-align: center;
	padding-top: 50px;
}

#container #rightmenu ul {
	position:relative;
	list-style-type: none;
}
#container #rightmenu ul li {
	position:relative;
	color:#996666;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin: 0 3px;
	padding-left: 10px;
	padding-top: 10px;
}
#footer{
	color: #FFFFFF;
	text-align:center;
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer a{
	text-decoration: none;
	color: #f2dede;
}
#footer a:hover{
	text-decoration: underline;
	color: #e2c3d2;
}
#container #menufiller #rightmenu a {
	text-decoration: none;
	color:#996666;
}
#container #menufiller #rightmenu a:hover {
	text-decoration: none;
	color:#993333;
}

#menufiller {
	width:760px;
	position:relative;
	background-color: #F2DEDE;
	background-image: url(images/right_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.clearer {
	clear: both;
}
.floatleft{float:left;}


#container #menufiller #content .img_box_holder {
	width:560px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #menufiller #content .img_box_holder .img_box {
	float: left;
	width:200px;
}
#container #menufiller #content .img_box_holder p {
	padding-left: 230px;
}
#container #menufiller #rightmenu p {
	font-size: 50%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.portfolio_images {
	text-align:center;
	}
.portfolio_images img {
	padding-top: 5px;
	padding-bottom: 5px;
}

