@import url('home.css');
@import url('menu.css');
@import url('att.css');
@import url('slimbox.css');

body {
	background:url(images/bg.jpg) repeat-x #0b0b0b;
	margin:0;
	padding:0;
	color:#7a7066;
	font-size:1em;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#casa {
	width:300px;
	height:100px;
	position:absolute;
	display:block;
	top:30px;
	left:300px;
}

#top {
	width:100%;
	height:215px;
	background:none;
}

#head {
	width:900px;
	height:150px;
	position:relative;
	overflow:visible;
	background:url(images/head.png) center;
	margin:0 auto 0 auto;
}

#menu {
	display:block;
	position:relative;
	height:45px;
	width:900px;
	margin:0 auto 0 auto;
	background:none;
	text-align: center;
}

#footer {
	width:100%;
	clear:both;
	height:120px;
	position:relative;
	background:url(images/footer.png) repeat-x;
}

#footer-cont {
	width:900px;
	height:100px;
	margin:0 auto 0 auto;
	overflow:hidden;
}

#footer-left {
	width:425px;
	height:100px;
	margin:10px 10px 10px 20px;
	background:none;
	float:left;
}

#footer-right {
	width:425px;
	height:80px;
	margin:40px 0 10px 0;
	float:left;
	font-size:13px;
	text-align:center;
	color:#322f2b;
}

.profile {
	width:900px;
	height:250px;
	margin:0 auto 30px auto;
	background:none;
	position:realtive;
}

.profile-photo {
	width:170px;
	height:210px;
	float:left;
	margin:20px 30px 20px 50px;
	background:#00CC66;
	display:block;
}

.profile-info {
	width:610px;
	height:210px;
	float:left;
	margin:20px 20px 20px 0;
	display:block;
	text-align:left;
	font-size:14px;
}

#content {
	display:block;
	position:relative;
	width:900px;
	margin:5px auto 20px auto;
	background:none;
}

#contactus {
	display:block;
	position:relative;
	width:900px;
	margin:5px auto 20px auto;
	background:none;
}

#contactinfo {
	display:block;
	position:relative;
	width:250px;
	float:left;
	margin:20px 0 40px 50px;
	font-size:14px;
}

#contactblock {
	display:block;
	position:relative;
	width:400px;
	height:360px;
	float:right;
	margin:20px 20px 40px 0;
}

#gallery {
	width:800px;
	margin:20px auto 30px auto;
	padding:10px 50px 10px 50px;
	display:block;
	position:relative;
	background:none;
	clear:both;
}

.car-photo {
	width:320px;
	height:210px;
	float:left;
	margin:20px 0 20px 50px;
	display:block;
}

.car-info {
	width:400px;
	height:210px;
	float:right;
	margin:20px 60px 20px 50px;
	display:block;
}
