/* CSS Document */

body {
	background:url(../images/background.png) #000 top repeat-x;
}
#container {
	margin:auto;
	width:900px;
}
#footer {
	padding-top:10px;
	margin:auto;
	width:900px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	font-size:11px;
	font-weight:bold;
}
#menu {
	top:30px;
	left:30px;
}
.text_white {
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
}
.text_white_small {
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:11px;
	line-height:18px;
}
.projectitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	font-size:16px;
	font-weight:bold;
}
.projecdescription {
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
		line-height:18px;
}
.pictransition {
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.myform{
	width:400px;
	padding:14px;
}
#stylized{
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label{
	color:#cccccc;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:130px;
	float:left;
	padding-top:5px;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #b9a483;
	width:250px;
	margin:2px 0 10px 10px;
}
#stylized button{
	clear:both;
	width:125px;
	height:31px;
	background:#5b6e7b;
	text-align:center;
	line-height:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-top:-2px;
}
.mytextarea {
	clear:both;
	width:400px;
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px #b9a483;
} 
#logowrapper {
	position:relative;
	width:900px;
	height:475px;
}
#translogo {
	position:absolute;
	top:280px;
	left:580px;
}
#piccover {
	position:absolute;
	top:0px;
	left:0px;
}


