body {
	font-size: 12px;
	margin: 70px auto;
	background-color:#eee;
  	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	line-height: 12px;
	text-align: center; /* for IE */
	overflow: -moz-scrollbars-vertical;
}

div.main {
	border: 0px solid #ccc;
	margin: 0 auto;
	background: transparent url(../images/mainbg.png) repeat-y;
	width: 830px;
	text-align: left;
}

div.bottom {
	border: 0px solid #ccc;
	margin: 0 auto;
	background: #eee url(../images/bottombg.png) repeat-x;
	width: 820px;
	height: 19px;
	margin: 0px 10px 0 0;
	padding: 0px 0 0 0;
}


table.main {
	background: #fff;
}

td {
	font-size: 11px; /* Whole Content Font-size */
	color: #666;
	font-weight: normal;
	line-height: 16px;
}

textarea, input, select {
	font-size: 11px;
	color: #b40001;
	font-weight: normal;
	line-height: 12px;
	background-color: #fff;
	border: 1px solid #ccc; 
	margin-top: 2px;
	overflow-x: hidden; overflow-y: hidden;
	padding: 2px;
}

form {
	background: #fafafa;
	padding: 5px 0 10px 10px;
	border: 1px solid #f2f2f2;
}

input.btn{
   color:#fff;
   font-size:12px;
   font-weight:bold;
   border: 0px solid #62614d; 
   background-image: url("submit.gif"); background-repeat: no-repeat;	  
   padding: 3px; 
}

span.profile {
	font-size: 110%;
	margin: 0 0 4px 0;
	padding: 4px 0;
	background: transparent;
}

.photo {
	border-style:solid;
	border-color: #eee;
	border-width:3px;
 }


a {
	color: #B40001;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #666;
	font-weight: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

div.allprojects {
	background: transparent;
	height: 600px;
}

span.heading {
	font-size: 12px;
	margin: 0px 0 3px 0;
	padding-bottom: 3px;
	font-weight: bold;
	cursor: ;
	color: #b40001;
}

span.heading a {
	font-size: 12px;
	margin: 0px 0 3px 0;
	padding-bottom: 3px;
	font-weight: bold;
	cursor: ;
	color: #b40001;
	cursor: pointer;
}

span.heading a:hover {
	color: #b40001;
	cursor: pointer;
}


ul.projects {
	padding: 0px;
	margin: 0px 0 0px 0;
	border-bottom: 0px solid #eee;
}

ul.projects li {
	margin: 0px 0 0 0px;
	background: url(../images/bullet.gif) no-repeat;
	list-style-type: none;
	padding-left: 18px;
	font-weight: normal;
}

ul.projects li a {
	color: #555;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;

}
ul.projects li a:hover {
	color: #B40001;
}

.list {
	margin: 2px 0 15px 0;
	clear: left;
	display: none;
}

.list img {padding:0; margin: 0;}

a.mb {
	color: #555;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;

}


.footer {
	margin: 10px 0 0 0;
	color: #aaa;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}

.footer a {
	color: #888;

}
.footer a:hover {
	color: #b40001;
}

.closeall {
	float: right; 
	font-size: 9px; 
	cursor: pointer;
	color: #aaa;
}

.closeall a {
	color: #aaa;
}

.closeall a:hover {
	color: #888;
}




.clear {clear: both;}