﻿/*-----------------------------------------------------
Author:		Luke Jones
Web:			http://www.traxor-designs.com/
-----------------------------------------------------*/

@import url(typography.css);
@import url(nav.css);
@import url(forms.css);

body, html {
	margin:0;
	padding:0;
}

body {
	font-family:"Segoe UI", Arial, Helvetica, Sans-Serif;
	background:url(../images/bg.png) top left repeat-x #fff;
	color:#2b2b2b;
}

img {
	border:none;
}

/* Wraps & Round Edges */

#wrap {
	width:778px;
	margin:0 auto;
}

#roundTop {
	width:778px;
	height:14px;
	margin:20px 0 0 0;
	background:url(../images/round-top.png) top left no-repeat;
}

#contentWrap {
	width:720px;
	background:url(../images/content-bg.png) top left repeat-y;
	padding:0 29px 0 29px;
	overflow:hidden;
}

#roundBottom {
	width:778px;
	height:14px;
	background:url(../images/round-bottom.png) top left no-repeat;
	clear:both;
}

#footerWrap {
	width:720px;
	padding:10px 0 10px 0;
	margin:0 auto;
}

/* Content */

#header {
	width:660px;
	height:60px;
	padding:20px 0 20px 0;
	margin:0 auto;
	background:url(../images/logo.png) left center no-repeat;
}

#flags {
	float:right;
	width:274px;
	height:60px;
	background:url(../images/flags-bg.png) center no-repeat;
}

#content {
	width:720px;
	padding:20px 0 0 0;
}

#contentLeft {
	width:455px;
	margin:0 20px 0 0;
	float:left;
}

#bullets {
	height:241px;
	background:url(../images/bullet-bg.png) top left no-repeat;
	margin:10px 0 0 0;
	position:relative;
}

#contentRight {
	float:left;
	width:245px;
}

.blueTop {
	width:245px;
	height:6px;
	background:url(../images/blue-top.png) top left no-repeat;
	margin:10px 0 0 0;
}

.blueBox {
	width:225px;
	background:url(../images/blue-bg.png) top left repeat-y;
	padding:0 10px 10px 10px;
}

.blueBottom {
	width:245px;
	height:6px;
	background:url(../images/blue-bottom.png) top left no-repeat;
}

#members {
	width:780px;
	height:167px;
	background:url(../images/members-bg.png) top left no-repeat;
	margin:10px 0 0 -30px;
	font-family:Segoe UI, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size:14px;
	clear:both;
	overflow:hidden;
}

#footer {
	width:100%;
	height:40px;
	background:url(../images/footer-bg.png) top left repeat-x #d2f372;
	margin:20px 0 0 0;
}

#footerLeft {
	float:left;
	width:200px;
}

#footerRight {
	float:right;
	width:340px;
}
