@import url(reset.css); 

/* --------------------------------------------------------------------------------
 * HTML
 * -------------------------------------------------------------------------------- */ 
body {
	font: 62.5%/1.8 verdana,arial,helvetica,sans-serif; /* Resets 1em to 10px */
	color: #666;
	background: #333 url(../img/bg_body_pma.jpg) repeat-y 50% 0;
}

p {
	padding: 0 0 15px 0;
	font-size: 1.1em;
}

a:link,a:visited {
	color: #cccccc;
}

a:hover {
	text-decoration: none;
}

div {
	position: relative;
}

/* --------------------------------------------------------------------------------
 * Sticky Footer
 * -------------------------------------------------------------------------------- */ 
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}

.clearfooter {
	height: 62px;
	clear: both;
}

/* --------------------------------------------------------------------------------
 * Layout
 * -------------------------------------------------------------------------------- */ 
#wrap {
	margin: 0 auto;
	width: 960px;
}

#header {
	position: relative;
	width: 960px;
	height: 50px;
		background: #333333;
}

#content {
	background: #000;
	padding: 20px;
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	background: #333333;
}


/* --------------------------------------------------------------------------------
 * Footer
 * -------------------------------------------------------------------------------- */ 
#footer img {
	position: absolute;
	top: -120px;
	right: 15px;	
}

.footer-content {
	width: 960px;
	height:40px;
	position: absolute;
	left: 0;
}

#footer p
{
    float: left;
	padding-left: 10px;
}

#footer ul
{
    float: right;
	padding-right: 10px;
}

#footer ul li
{
    float: left;
    margin-left: 1.8em;
}

/* --------------------------------------------------------------------------------
 * Extras
 * -------------------------------------------------------------------------------- */ 
.clearer {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height:0;
}

.left	{ float: left; }
.right	{ float: right; }
.col 	{ width: 430px; }
.bug	{ border: 1px solid red; }


