/* @group CSS Reset */

/* Eric Meyer's reset.css */
/* v1.0 | 20080212 */
 
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,
b, u, i, center,
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-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
 
/* remember to define focus styles! */
:focus {
        outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/* @end */

/* @group The rest */

body {
	font: 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #343A64;
	text-align: center;
	background: #292B3B url(../images/bg_page.jpg) 0 0 repeat-x;
}

p {
	margin: 0 0 15px 0;
}

h3 {
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 22px 0;
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #292B3B;
	font-weight: bold;
	text-decoration: none;
}

#footer a {
	color: #7D8AC1;
}

a:hover, #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 15px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 600px;
	background: url(../images/bg.jpg) 0 0 no-repeat;
}

#container {
	background: url(../images/bg_container.jpg) 0 0 no-repeat;
	width: 826px;
	height: 563px;
	position: relative;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 22px;
	left: 44px;
	width: 745px;
	height: 127px;
}

#header h1 {
	width: 745px;
	height: 127px;
}

#header h1 a {
	width: 745px;
	height: 127px;
	display: block;
	background: url(../images/logo.jpg) 0 0 no-repeat;
}

#header h1 a span {
	display: none;
}

#publishing, #licensing, #about {
	position: absolute;
	top: 166px;
	width: 231px;
	padding: 12px;
	text-align: left;
}

#publishing {
	left: 18px;
}

#licensing {
	left: 285px;
}

#about {
	left:  552px;
}

#footer {
	position: relative;
	margin: 12px auto;
	width: 826px;
	/* height: 20px;*/
	height: 40px;
	color: #A9A4A5;
}

#footer a {
	margin-right: 20px;
}

p#contact {
	display: inherit;
	float: left;
	margin-left: 12px;
}

p#copyright {
	display: inherit;
	float: right;
	margin-right: 12px;
}
p#design {
	display: inherit;
	float: right;
	margin-right: -185px;
}
/* @end */
