body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}
h1 {
	color: #990000;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 1.2em;
	font-weight: normal;
}
a {
	color: #990000;
	}
	
a:hover {
	color: #669900;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
#container {
	width: 650px;
	margin: 0 auto;
}
#header {
	border-top: 1px solid #000;
	width: 700px;
	clear: both;
	}
#logo 	{
	padding: 20px 0px;
	text-align: center;
	width: 300px;
	float: left;
}
#quote {
	color: #000;
	font-size: 1.2em;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 2em;
	padding: 25px 25px;
	width: 300px;
	float: right;
	}
#navigation {
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	color: #666666;
	letter-spacing:0.1em;
	text-decoration: none;
	padding:5px 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	display: block;
	}
#navigation ul li a:hover, #navigation ul li a.current {
	color:#990000;
	font-weight: bold;
	}
.dropmenudiv_b{
	position:absolute;
	top: 0;
	font:normal 12px Geneva;
	line-height:16px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 30px;
	padding: 2px 0;
	text-decoration: none;
	color: #666;
}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #fff;
	color: #990000;
}
#bodyText {
	color:#666666;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 2em;
	padding: 0px 25px 25px;
	width: 600px;
	float: left;
	}
#bodyText ul {
	list-style-type: circle;
	list-style-position: outside;
}
#footer {
	border-top: 1px solid #000;
	color: #666;
	line-height:20px;
	clear: both;
	font-size: 1.1em;
}
#subFooter {
	float: left;
	width: 300px;
}
#location 	{
	text-align:right;
	float: right;
	width: 300px;
}
.bookmark {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 1.2em;
	display: block;
}
.portfolio {
	padding: 25px 0px;
	clear: left;
}
.portfolioImage {
	padding: 5px;
	border: solid #666 1px;
	margin: 10px;
	float: left;
}
.portfolioDetail {
	padding: 0px;
	margin: 0px;
	clear: left;
}
.mainPicture {
	float: right;
	clear: both;
	padding: 20px;
}
.templates {
	padding: 5px;
	border: solid #666 1px;
	margin: 10px;
	width: 250px;
	display: inline;
	float: left;
	height: 200px;
	text-align: center;
}
.bold {
	font-weight: bold;
	color: #000000;
}
