@charset "UTF-8";


body {
	background-image: url(images/bkgd.png);
	background-repeat: repeat;
}

HR {
	height:5px;
	width:95%;
	margin: 0px 0px 0px 30px;
	background-color: #E4E678;
   }


a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: line-through;
	color: #999999;
}
a:active {
	text-decoration: none;
	color:#333333;
}
a:link {
	text-decoration: none;
	color:#999999;
}


/* Main Container */
#main {
	height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: medium #000000 double;
	margin-top: 10%;
	background-image: url(images/patternbkgd.gif);
}


/* Left Side */
#leftpanel {
	float:left;
	height: 550px;
	width: 780px;
}
#header {
	height: 130px;
	width: 780px;
}
#header_logo {
	height: 130px;
	width: 200px;
	margin-left: 10px;
}

/* Left column Left Side */
#left_col {
	height:420px;
	width:158px;
	float:left;
	border-right: dotted #000000 thin;
}
#navbar {
	height: 300px;
	float: left;
	width: 157px;
}
#enewsletter {
	width: 150px;
	height: 120px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #971C35;
	padding-left: 10px;
}
#enewsletter_signup {
	height: 30px;
	float: left;
	width: 150px;
}
#enewsletter_form {
	float: left;
	width: 150px;
	visibility: hidden;
}


/* Rigth Column Left Side */
#center_col {
	float: right;
	width: 580px;
	height: 420px;
	padding-left: 20px;
	padding-right: 20px;
}
/* news */
#news {
	margin: 10px;
	height: 400px;
	overflow: scroll;
}
/* portfolio */
#portfolio {
	width: 570px;
	margin: 10px;
}
/* resume */
#resume {
	width: 570px;
	height: 400px;
}
/* about me */
#about {
	width: 570px;
	height: 400px;
}
/* contact */
#contact {
	width: 570px;
	height: 400px;
}
/* Comment here */










/* Right Side */

#rightpanel {
	float: right;
	height: 550px;
	width: 220px;
}
#rightpanel_home {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/tagline.gif);
	background-repeat: no-repeat;
}
#rightpanel_news {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
}
#rightpanel_clients {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/clients.gif);
	background-repeat: no-repeat;
}
#rightpanel_port_date {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/portfoliodate.gif);
	background-repeat: no-repeat;
}
#rightpanel_port_cat {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/portfoliocategory.gif);
	background-repeat: no-repeat;
}
#rightpanel_port_project {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/portfolioproject.gif);
	background-repeat: no-repeat;
}
#rightpanel_about {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
}
#rightpanel_extras {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/extras.gif);
	background-repeat: no-repeat;
}
#rightpanel_contact {
	float: right;
	height: 100px;
	width: 220px;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
}
#rightpanelcontent {
	float: right;
	height: 450px;
	width: 213px;
	border-left: thin solid #000000;
	padding-left: 5px;
}



/* Footer */


#footer {
	height: 50px;
	width: 580px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	color: #333333;
	text-align: right;
	padding-left: 180px;
	padding-right: 240px;
}


/* copyright */


#copyright {
	height: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	color: #333333;
	text-align: right;
}



/* Type */

.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

.blog_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #660000;
	font-weight: lighter;
	text-transform: lowercase;
}
.blog_subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: lighter;
	text-transform: lowercase;
}
.blog_signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	font-weight: bolder;
	text-align: left;
	text-transform: lowercase;
}

.form_heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660000;
	font-weight: bolder;
}

.copy_heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660000;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-transform: lowercase;
	padding-left: 10px;
	line-height: 14px;
}

.copy_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-transform: lowercase;
	padding-left: 10px;
	line-height: 16px;
}

.copy_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-transform: lowercase;
	padding-left: 10px;
}
.portfolio_thumb {
	height: 83px;
	width: 124px;
	margin-right: 18px;
	margin-bottom: 14px;
	float: none;
}
