/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 15px;
	font-size: 10px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
}
h1 a {
	color: #666666;
	text-decoration: none;
}
h3 {
	font-variant: small-caps;
	font-size: 16px;
	color: #666666;	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
td {
	vertical-align: top;
	padding: 0px 0px 4px 0px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #666666;
}

/* Menu */
#menu a{
	display: block;
	float: left;
	height: 35px;
}
#menu a span{
	display: none;
}
.portfolio {
	width: 151px; 
	background-image: url(../images/portfolio.png);
}
.portfolio:hover, .portfolioselected{
	background-image: url(../images/portfolio_f2.png);
}
.things {
	width: 66px; 
	background-image: url(/images/things.png);
}
.things:hover , .thingsselected{
	background-image: url(/images/things_f2.png);
}
.other {
	width: 87px; 
	background-image: url(/images/other.png);
}
.other:hover , .otherselected {
	background-image: url(/images/other_f2.png);
}
.home {
	width: 173px; 
	background-image: url(/images/home.png);
}
.home:hover,  .homeselected {
	background-image: url(/images/home_f2.png);
}
/* Menu2 */
#menu2 {
	clear: both;
	margin: 0px 0px 0px 170px;
	border-top: #999999 solid 0px;
	width: 610px;
	padding: 3px 0px 0px 0px;
}
#menu2 a{
	display: block;
	float: left;
	height: 16px;
	color: #666666;
	text-decoration: none;
}
#menu2 a:hover{
	font-weight: ;
	color: #333333;
	text-decoration: underline;
}
.contact {
	width: 151px; 
}
.search {
	width: 87px; 
}
.login {
	width: 66px; 
}
.skin {
	width: 173px; 
}
/*containers*/
#preload {
	display: none;
}
#all {
	width: 780px;
	margin: 50px auto;
}

#logo {
	
}
#rightcontent {
	width: 210px;
	float: right;
}
#leftcontent {

}

#rightcontent p{
	color: #666666;
}

#content {
	clear: both;
}
#content2 {
	width: 540px;
}
#intro {
	width: 281px;
}
#intro p.underline{
	border-bottom: #7C7C7C 1px solid
}
/*Classes*/
.header {
	width: 560px;
	height: 57px;
	padding: 10px 0 10px 0;
}
.projectconoutside{
	width: 210px;
	height: 308px;
	margin: 0px 68px 68px 0px;
	float: left;
}
.projectconoutsideSmall{
	width: 210px;
	height: 308px;
	margin: 0px 0px 68px 0px;
	float: left;
}
.projectconinside{
	width: 210px;
	height: 288px;
	border: 1px #000000 solid;
}
.name {
	font-size: 10px;
}
.date {
	font-size: 10px;
	color:#999999;
}
.margintop {
	margin: 100px 0px 0px 0px;
}
.margintop2 {
	margin: 76px 0px 0px 0px;
}
.credits {
	font-weight: bold;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.button {
	border: 1px #999999 solid;
	font-size: 10px;
	padding: 4px 20px;
}
.field {
	border: 1px #999999 solid;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 4px;
}