/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: century gothic, arial;
	font-size: 11px;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #a3a3a1;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing */
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Start Layout */
body {	
	text-align: center;
}

#page {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#logo {
	float: left;
	margin: 30px 0px 0px 0px;
}

#menu {
	width: 300px;
	float: right;
	margin: 30px 0px 0px 0px;
}

#content {
	width: 980px;
	clear: both;
}

#content #images {
	float: right;
	width:  515px;
	padding-top: 25px;
	text-align: right;
}

#content #text {
	float: left;
	width: 455px;
}
