/*
Project's name:
Description:
Version:
Author:
Last date modified:

Using MentariCSS Framework
Get it from http://www.mentaricss.com
Licensed under GPL
*/

/* Import external stylesheet */
@import url('mentari.css');

/* Common HTML tags */
body
{
	font:90%/150% arial,sans-serif,verdana;
	background:url(../images/concrete_wall.png) #000;
	color:#fff;
}

/* Wrapping */
#wrapper
{
	width:840px;
	margin:0 auto 30px;
}

/* Header section */
#header
{
	margin:80px 0 20px;
	padding-bottom:20px;
}

#header h1
{
	font-size:100px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

#header h2
{
	font-size:50px;
	margin:50px 0 0 0;
	padding:0;
	text-transform:uppercase;
}
/* Content section */
#content
{
	
}

.services, .contact
{
	border-top:1px solid #a49f9f;
}

.list
{
	margin:10px;
	width:400px;
}

.list-last
{
	margin-left:20px;
}
/* Sidebar section */
#sidebar
{
	
}

/* Footer section */
#footer
{
	
}