@charset "utf-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */

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,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
/*     font-family: inherit;*/
     vertical-align: baseline;
}

body {
     line-height: 1;
}

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0;
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}

a {
	text-decoration:none;
}


button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 1px dotted transparent;
	outline:0;
}

button:focus::-moz-focus-inner,
input[type="reset"]:focus::-moz-focus-inner,
input[type="button"]:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner,
input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
	/*padding: 1px;
	border: 1px dotted transparent;*/
	padding:0;
	border:0;
} 


* {
	font-family:Trajan Pro, Helvetica, Arial, sans-serif;
}

body {
	background:#000 url(../img/background.jpg) no-repeat top center;
}

#container {
	margin:0 auto;
	width:960px;
	}

#header h1 {
	font-size:70px;
	letter-spacing:-2px;
	color:#FFF;
	text-align:right;
	padding-top:30px;
	padding-right:130px;
	}

#header h2 {
	text-align:right;
	color:#ddd;
	font-size:36px;
	font-weight:bold;
	padding-right:130px;
}

#content {
	width:500px;
	margin-top:100px;
	margin-bottom:50px;
	float:right;
}

#content h3 {
	font-size:22px;
	color:#eee;
	text-align:center;
	padding-bottom:8px;
	padding-right:130px;
}

#content p, #content ul {
	font-size:14px;
	padding:8px 0;
	padding-right:100px;
	color:#ddd;
	line-height:22px;
}

#footer {
	clear:both;
	margin-bottom:30px;
	bottom:0;
}

#footer p {
	font-size:10px;
	text-align:center;
	color:#999;
}
	

