*
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
}

html
{
	background-color: #00618c;
}

a
{
	text-decoration: none;
	color: #846d5c;
	text-align: left;
}

a:hover
{
	color: #685547;
}

.clear
{
	clear: both;
	height: 1px; 
	width: 1px; 
	font-size: 1px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

.selected
{
	font-weight: bold;
}

.float-right
{
	float: right;
	margin: 4px;
}

.float-left
{
	float: left;
	margin: 4px;
}

.border
{
	border: 2px outset #E2E1E1;
}

.gallery-image
{
	width: 200px; 
	height: 150px;
	float: left;
	margin: 10px;
}

.project-image
{
	width: 200px;
	height: 120px;
	border: 2px solid #846d5c;
}

.project-links
{
	float: right;
	font-size: 10px;
	margin-top: -10px;
}

.hidden
{
	visibility: hidden;
}

.sub-text
{
	font-size: 11px;
}

#container
{
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #00618c;
	padding-top: 20px;
}

#page
{
	width: 760px;
	margin: 0px auto;
	background-image: url('images/content-tile.png');
	background-color: #e2e1e1;
	border-bottom: 2px solid white;
}

#page-inner
{
	width: 760px;
	margin: 0px;
	background-image: url('images/content-background.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

#left-column
{
	width: 180px;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
}

#left-column
{
	
}

#left-column h2
{
	font-size: 14px;
}

#left-column img
{
	margin-top: 20px;
	margin-left: 0px;
	border: 1px solid white;
	width: 109px;
	height: 108px;
}

#left-contact
{
	font-size: 13px;
	background-color: white;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#logo
{
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	width: 182px;
	height: 120px;
}

#right-column
{
	width: 536px;
	float: left;
	padding-top: 40px;
	margin-top: 24px;
	overflow: hidden;
}

#heading
{
	font-size: 20px;
	color: white;
	font-weight: bold;
	padding: 10px;
}

#menu
{
	background-image: url('images/menu.png');
	background-repeat: no-repeat;
	height: 16px;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 15px;
	padding-left: 8px;
	text-align: center;
}

#menu a
{
	color: black;
	margin-top: 10px;
	text-decoration: none;
	padding: 0px 4px;
}

#menu a:hover
{
	color: #00618a;
}

#main-content
{
	background-color: white;
	padding: 10px 40px 0px;
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
}

#main-content h1
{
	font-weight: bold;
	text-transform: uppercase;
	color: #00618a;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: left;
}

#main-content h2
{
	font-weight: bold;
	color: black;
	font-size: 13px;
	padding-bottom: 5px;
}

#main-content ul
{
	padding-left: 20px;
}

#main-content li
{
	margin-top: 5px;
}

#main-content hr
{
	height: 1px;
	background-color: #e8e8e7;
	width: 532px;
	margin: 0px 0px 10px -38px;
}

#main-content a
{
	color: #00618a;
}

#main-content a:hover
{
	color: #685547;
}

p
{
	margin: 0px;
	padding: 0px;
	width: 450px;
}


#footer
{
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	height: 32px;
	margin-bottom: 20px;
}
