/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

ul, li{
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}

html{
	height: 100%;
}

body {
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height:100%
}

.killfloat{
	clear:both;
}

#container{
	width: 100%;
	position: relative;
	background-color: none;
	height: 100%;
}

#header{
	position: relative;
	background-color: #111111;
	background-image: url("../_img/black-bg.png");
	background-repeat: repeat;
	height: 70px;
	margin-bottom: 60px;
}

#header img, #menu, #menu a img{
	float: left;
}

#menu a img, #footer a img{
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	text-decoration: none;
}

#middle{
	position: relative;
	background-image: url("../_img/gm-png.png");
	background-repeat: no-repeat;
	background-position: 35px 15px;
	margin:0 auto;
	width: 733px;
	min-height: 450px;
	border: 1px solid #AAAAAA;
	margin-bottom:60px;
}

#middle-data{
	position: relative;
	margin-left: 330px;
	top: 25px;
	font-size: 16px;
	color: #333333;
	width: 370px;
	min-height: 400px;
	letter-spacing: 1px;
}

#portfolio{
	position: relative;
	margin:0 auto;
	padding: 0px 0 20px 0;
	width: 733px;
	min-height: 450px;
	border: 1px solid #AAAAAA;
}

#portfolio img{
	border: 1px solid #666666;
	padding: 1px;
}

/*#footer{
	position: relative;
	background-color: #111111;
	background-image: url("../_img/black-bg.png");
	background-repeat: repeat;
	height: 50px;
}*/

#footer{
	position: absolute;
	background-color: #111111;
	background-image: url("../_img/black-bg.png");
	background-repeat: repeat;
	height: 50px;
	width:100%;
	top:100%;
	margin-top:-50px;
}

.footer-left{
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}

.footer-right{
	float: right;
	margin-top: 10px;
}
