/*-----------------------------------------------------------------------------
version:	1.0
author:		Jamaan Challenger
email:		jamaan@absolutego.com
website:	http://www.absolutego.com/
date:		2 July 2010
-----------------------------------------------------------------------------*/

/* Main CSS */

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div,form{margin: 0; padding: 0;}

/*debug border on all divs*/
div{
    border: 0px solid #ccc;
}

/* Class for clearing floats */
.clear {
    clear:both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
    border: 0;
    vertical-align: bottom;
}
body {
    font-family: Verdana;
    font-size: 11px;
    background: #fff;
}
.left {
    float: left;
}

/* Common Content */
#container {
	width: 724px;
	margin: 0 auto;
}
#content {
	display:block;
	float:left;
	background:#fff url(../images/sections/age/bg.jpg) top left no-repeat;
	width:724px;
	height:442px;
	margin:20px 0 0 0;
}
#logo {
	float:left;
	display:block;
	margin:50px 0 10px 140px;
}
p {
	float:left;
	display:block;
	text-align:center;
	margin:10px 0 5px 140px;
	width:255px;
	color:#666666;
}
p img {
	margin:0 10px 0 10px;
}
.areYou {
	font-size:13px;
	color:black;
}
