@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/back.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin: 0; 
	padding: 0;
}

#nav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav a:hover {
	color:#ffae00;
	text-decoration:none;
}

#main a:link {
	color:#c7f16f;
	text-decoration:none;
}

#main a:visited {
	color:#c7f16f;
	text-decoration:none;
}

#main a:hover {
	color:#ffae00;
	text-decoration:none;
}


#masthead {
	width:900px;
	height:154px;
	clear:both;
	border-left:1px solid #333f14;
	border-top:1px solid #333f14;
	border-right:1px solid #333f14;
	margin:0px auto;
}

#main {
	background-image:url(images/bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:640px;
	height:550px;
	overflow:auto;
	padding:0px 10px 15px 250px;
	border-left:1px solid #333f14;
	border-bottom:1px solid #333f14;
	border-right:1px solid #333f14;
	margin:0px auto;
}

.block{
	color:#d0451d;
	font-weight:bold;
}

.title {
	font-size:24px;
	font-weight:bold;
}
.title2 {
	font-size:18px;
	font-weight:bold;
	color:#e8f15c;
}
.port-nav {
	text-align:center;
}
.port-nav .margin-left {
	margin-left:9px;
}

#portfolio-container {
	width:640px;
	margin-top:15px;
}

#left {
	background-image:url(images/port-back.png);
	float:left;
	width:255px;
	padding:10px;
}

#right {
	background-image:url(images/port-green.png);
	background-repeat:repeat-y;
	float:right;
	width:348px;
	text-align:center;
}

#right2 {
	background-image:url(images/port-green.png);
	background-repeat:repeat-y;
	width:348px;
	margin:0px auto;
	text-align:center;
}

#left a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#left a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#left a:hover {
	color:#c7963c;
	text-decoration:none;
}

#highlight {
	color:#e8f15c;
}
