/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
#aboutme a {
	color: #F27900;
}
#contactme a {
	color: #0995B3;
}
#features a {
	color: #996633;
}
#home a {
	color: #CC0000;
}
#portfolio1 a {
	color: #339966;
}
#portfolio2 a {
	color: #0995B3;
}
#rates a {
	color: #993399;
}
body {
	background: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#column1 {
	float: left;
	margin: 0 0 0 8px;
	width: 172px;
}
#column1 img {
/*	border: 2px solid #996;*/
	margin: 0 5px 5px 0;
	padding: 5px;
}
#column1 img.portfolio {
	display: inline;
	height: 89px;
	margin: 3px 5px 3px 0px;
	width: 55px;
} 
#column2 {
	background: #ffffee;
        margin-left: 180px;
        margin-right: 160px;
	padding: 5px 20px 5px 20px;
	text-align: justify;
}
#column2 li {
	list-style: square;
}
#column2 p {
	line-height: 150%;
	margin: 10px 0 10px 0;
}
#column2 p.highlight {
	font-style: italic;
	font-weight: bold;
}
#column2 ul {
	margin: 10px 0 10px 30px;
}
#column3 {
	background: #cac4bf; 
	padding: 3px;
	float: right;
	text-align: center;
	width: 130px;
}
#footer {
	clear: both;
	color: #666;
	font-size: 80%;
	padding: 20px 0 10px 0;
	text-indent: 185px;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
h1, h2 {
	border-bottom: 1px solid #999; 
	border-top: 1px solid #999;
	border-right: 20px solid;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0;
}
h2 {
	margin: 20px 0 15px 0;
}
#aboutme h1 {
	border-right-color: #F27900;
	color: #F27900;
}
#contactme h1 {
	border-right-color: #0995B3;
	color: #0995B3;
}
#features h1 {
	border-right-color: #996633;
	color: #996633;
}
#home h1 {
	border-right-color: #CC0000;
	color: #CC0000;
}
#portfolio1 h1 {
	border-right-color: #339966;
	color: #339966;
}
#portfolio2 h1 {
	border-right-color: #0995B3;
	color: #0995B3;
}
#rates h1, h2 {
	border-right-color: #993399;
	color: #993399;
}
#header {
	background: url('images/title.jpg') no-repeat;
        font-family: 'Broadway BT', Arial, Helvetica; 
	font-size: 200%;
	font-weight: bold;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	width: 780px;
}

#contactme .input_box {
	border: 1px solid #0995B3;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 10px;
}
#contactme .input_button {
	background: #0995B3;
	border: 2px #9cf outset;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#contactme .input_button#reset {
	margin-left: 1em;
}
#contactme .input_button#submit {
	margin-left: 6em;
}
#contactme label {
	float: left;
	margin-left: 1em;
	width: 5em;
}
#navcontainer {
	clear: both;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
}
#navcontainer li {
	display: inline;
        margin: 0 5px;
        text-align: center;
}
#navcontainer li a {
        color: #fff;
	font-size: 90%;
	font-weight: bold;
	padding: 1px 7px;	/*top-bottom, left-right*/
        text-decoration: none;
}
#navcontainer li a#current {
	color: yellow;
}
#navcontainer li a:hover {
	color: #000;
}
#navcontainer li a.menuitem1 {
	background-color: #CC0000;
}
#navcontainer li a.menuitem2 {
	background-color: #F27900;
}
#navcontainer li a.menuitem3 {
	background-color: #339966;
}
/* THIS RESERVED FOR PORTFOLIO 2 (IF NEEDED)
#navcontainer li a.menuitem4 {
	background-color: #0000FF;
} */
#navcontainer li a.menuitem4 {
	background-color: #996633;
}
#navcontainer li a.menuitem5 {
	background-color: #993399;
}
#navcontainer li a.menuitem6 {
	background-color: #0995B3;
}
#navcontainer ul {
	list-style-type: none;
        padding: 0;
        position: relative;
        text-align: center;
}
#wrap {
	background: #8c8b62;
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
