@charset "UTF-8";
/* CSS Document */


body {
	background: #f7f7f7;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

#header {
	padding: 10px  0; 
	width: 100%;
	height: 60px;
	background-color:#dadada;
	margin: 0;
}

#mainContent {
	padding: 0; 
	width: 100%;
	height: 460px;
	margin: 0 auto;
	background-color:#fff;
	
}
#footer {
	height: auto;
	margin: auto;
    width: 100%;
	background:#f7f7f7;
	border-top: 1px solid #d3d3d3;
}

#content {
	width:640px;
	padding-top: 20px;
	height: 440px;
	margin: auto;
	background-color:#FFF
}

img {
	border-style: none;
}

#portfolio {
	width:480px;
	padding-top: 100px;
	height: 240px;
	background-color:#FFF;
	margin:auto;
}

#details {
	width:640px;
	height: 130px;
	margin: auto;
	margin-top: 10px;
}
#details1 {
	width:320px;
	height: 400px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
	float:left;
}

#details2 {
	width:300px;
	height: 420px;
	margin-top: 20px;
	float:left;
}

img.arrow {
	margin-top: 6px;
}

.name {
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
}

.info {
	
font-family:Verdana, Arial, Geneva, sans-serif;
color:#000;
border-left: 2px solid #c0c0c0;
font-size:12px;
padding-left:20px;
text-align:left;
   
}

.info2 {
	
font-family:Verdana, Arial, Geneva, sans-serif;
color:#000;
font-weight: bold;
font-size:12px;
text-align:center;
   
}

a:link {color: #000000;text-decoration: none;}
a:active{color: #000000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:hover {text-decoration: none; color: #ff0000;}

a.special:link {color: #ff0000;font-weight: bold;text-decoration: none;}
a.special:active{color: #ff0000;font-weight: bold; text-decoration: none;}
a.special:visited {color: #ff0000;font-weight: bold; text-decoration: none;}
a.special:hover {text-decoration: none; color: #000000;}





