/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	background-color: #FFF;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #666666;
}


.resume { 
	font-size:14px;
	padding:19px 0px 19px 43px;
	background: url(images/res_download.png) left no-repeat;
	margin-bottom:10px;
}

#panel  {
	margin:0px auto;
	width:1024px;
}
#content {
	margin:0 auto;
	width: 692px;
}

.email {
	padding-left: 17px;
	background: url(images/email_btn.gif) left no-repeat;
}
.copyright {
	font-size:10px;
	color:#333333;
	text-align:left;
}

.content { 
	width: 750px;
} 

a.copyright:link {
	color:#999999;
}

a.copyright:hover { 
	color:#777;
}

.maincopy {
	font-size:12px;
	color: #333;
	text-align:left;
	margin-top:10px;
}

