/*-----Global-----*/
*{
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
.header{
	background: url(../images/banner.jpg) top center no-repeat;
	height: 364px;
	min-width: 882px
}
.header .nav{
	width: 882px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.content{
	width: 840px;
	margin: 0 auto;
}
.upper_text{
	float: right;
	width: 535px;
	margin: 20px 0px 20px 0px;
}
.upper_text p{
	text-align: justify;
}
.projects{
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	margin-left: 10px;
	width: 271px;
	border: 1px solid #000000;
}
.projects h3{
	padding: 3px;
	width: 265px;
	border-top: 5px groove #000000;
	border-bottom: 6px ridge #000000;
	text-align: center;
}
.projects .view{
	background: url(../images/button_bg.jpg) top center no-repeat;
	width: 90px;
	float: right;
	height: 20px;
	padding-top: 5px;
}
.projects .view a{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.projects .view a:hover{
	margin-right: 5px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #30ff00;
}
.projects p{
	font-size: 13px;
	font-style: italic;
	width: 250px;
	margin: 3px 10px 10px 10px;
	text-align: justify;
}
.projects a{
	margin-left: 10px;
}
.projects a img{
	margin-top: 10px;
	border:none;
}
.myStuff{
	float: right;
}
.myStuff a{
	margin-left: 5px;
}
.myStuff a img{
	border: none;
}
.text{
	float: right;
	width: 535px;
	margin: 10px 0px 0px 0px;
}
.text p{
	text-align: justify;
	margin: 10px 0px;
}
ul.suites{
	font-style: italic;
	margin-left: 30px;
	list-style-type: circle;
}
.text p a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.text p a:hover{
	text-decoration: none;
	color: #30ff00;
	font-weight: bold;
	font-style: italic;
}
.skills{
	border-top: 5px ridge #000000;
	width: 535px;
	float: right;
	margin-bottom: 10px;
}
ul.skillslist{
	float: right;
	width: 265px;
}
ul.skillslist li{
	padding: 10px 0 0px 6px;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
	list-style: none;
	height: 28px;
	border-bottom: 1px dotted #000000;
}
ul.skillslist li img{
	display: inline;
	padding: 1px;
	float: left;
	clear: both;
	margin: -4px 6px 0 0;
}
.uc{
	width: 300px;
	float: left;
}
.myContact{
	width: 280px;
	float: left;
	margin-left: 15px;
}
.myContact p{
	font-size: 14px;
	margin: 5px;
}
.myContact p a{
	text-decoration: none;
	color: #000000;
}
.myContact p a:hover{
	text-decoration: none;
	font-style: italic;
	color: #30ff00;
}
.contact{
	border-top: 5px ridge #000000;
	width: 535px;
	float: right;
}
.contact dl{
	margin-left: 10px;
}
.contact dl dt{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
.contact dl dd{
	margin-left: 5px;
}

.contact .captcha_image{
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 175px;
	height: 45px;
	border: 1px solid #000000;
}
.contact .captcha_buttons{
	float: left;
	margin-top: 24px;
}
.contact .captcha{
	width: 300px;
	float: left;
}
.contact .captcha_input{
	margin-top: 35px;
	margin-left: 15px;
	float: left;
}
.contact .buttons{
	margin-top: 35px;
	margin-left: 25px;
	float: left;
}
#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../images/contact/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
}
#msgcontent {
	font-size: 12px;
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px
}
.valid{
	float: left;
	margin-left: 30px;
	margin-top: 70px;
}
.valid a img{
	border: none;
}
.footer{
	margin: 0 auto;
	background: url(../images/footer.jpg) top center no-repeat;
	height: 157px;
	width: 882px;
}
.footer .copyright{
	margin-top: 70px;
	margin-right: 35px;
	font-size: 12px;
	color: #ffffff;
	float: right;
}