body {
	background-color: #DDDDDD;
}

#main {
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-image: url('/images/bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#main p {
	font-family: "Ludica Grande", Helvetica, Arial, Verdana;
	font-size: 10px;
}

#headerContainer {
	position: relative;
	width: 700px;
	height: 125px;
	left: 0px;
	right: 0px;
}

#upperLeft {
        float:left;
        height: 20px;
        width: 500px;
	background-image: url('/images/top-left.png');
	background-repeat: no-repeat;
}

#upperRight {
        float: left;
        height: 20px;
        width: 200px;
	background-image: url('/images/top-right.png');
}

#secondRowLeft {
	float:left;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 20px;
        background-image: url("/images/head_1.png");
}

#secondRowMiddle {
	float: left;
	top: 0px;
	width: 150px;
	height: 20px;
/*	background-image: url("/images/head_1.png"); */
}

#secondRowRight {
	float:left;
	width: 400px;
	height: 20px;
}


#logoRowLeft {
	float: left;
	width: 150px;
	height: 75px;
        background-color: #004857;
        background-image: url("/images/head_2.png");
}

#logoRowMiddle {
	float: left;
	width: 150px;
	height: 75px;
/*	background-image: url("/images/head_2.png"); */
        background-color: #004857;
}

#logoRowRight {
	float: left;
	width: 400px;
	height: 75px;
}

#separator {
	float: left;
	width: 100%;
	height: 10px;
	border-bottom: 2px solid #666666;
}
#navButtons {
	position:relative; 
	float: left;
	width: 155px; 
	height: 230px; 
	background-color: #FFFFFF;
	font-family: 'Gotham','Lucida Grande','Helvetica','Verdana';
	font-size: 11px;	
}
#navButtons a:link, #navButtons a:active, #navButtons a:visited {
    color: #004857;
    text-decoration: none;
	padding: 1px;
	display: block;
}

#navButtons a:hover {
    color: #e8ff00;
    text-decoration: none;
	background-color: #004857;
	display: block;
	padding: 1px;
}

#navButtons ul {
        list-style: none;
        padding: 10px;
}

#navButtons ul li {
        padding: 3px;
}

.linkUl {
	border-top: 1px dotted #000;
}

#firstLinkUl {
	border-top: none;
}

#content {
	font-family: "Gotham","Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 12px;
	position: relative; 
	float: left; 
	width: 520px; 
	min-height: 275px; 
	height: auto;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 20px;
}

#content p {
	font-size: 12px;
	font-family: "Gotham","Lucida Grande", Helvetica, Arial, Verdana;
}

#content ul li {

	padding: 10px 0px 2px 0px;
}

#content ul ul li {
	list-style: none;
}

.portfolio_pic {
        border: 1px solid #333333;

}

.standard_link a:link, .standard_link a:active, .standard_link a:visited {
	color: #004857;
	text-decoration: none;
	padding: 1px;	
}

.standard_link a:hover {
	padding: 1px;
	text-decoration: none;
	color: #e8ff00;
	background-color: #004857;
}
