/* ================================================================== */
/* Common */

body, table, tr, td, div, form, input{
	margin:0;
	padding:0;
}

body {
	color:white;
	font-family: "Times New Roman", serif;
	font-size:100%;
	background:#380101 url('../img/bg.jpg');
	border-bottom:15px solid black;
}

h1, h2, h3, h4{
	font-family: "Times New Roman", serif;
	padding:0;
	font-weight:normal;
	margin-top:1em;
	margin-bottom:0.5em;
}

table{
	border-collapse: collapse;
}

td{
	vertical-align:top;
}

input, textarea{
	font-family: "Times New Roman", serif;
	font-size:100%;
}

a {
	text-decoration: underline;
	color:white;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
}

a img{
	border:none;
}

p{
	margin:1.1em 0;
}

br.clear{
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

span.nobr{
	white-space:nowrap;
}

h1{
	font-size:1.8em;
}

h2{
	font-size:1.5em;
}

h3{
	font-size:1.2em;
}

div.minWidth{
	font-size:0;
	line-height:0;
	height:0;
}

.sprite{
	line-height:0;
	overflow:hidden;
}

.defaultList{
	margin:0;
	padding:0;
	list-style:none;
}

/* Eof Common */
/* ================================================================== */

div#pageContainer{
	padding-top:200px;
}

div#pageContainer div.logo{
	margin-left:50px;
	margin-bottom:15px;
}

div#pageContainer div.stripe{
	padding:20px 50px;
	background:black;
	font-size:1.2em;
	line-height:1.3em;
}

div#pageContainer div.about{
	padding:30px 50px;
	color:#cc9999;
}

div#pageContainer div.about td{
	padding-right:60px;
	font-size:1.2em;
	line-height:1.3em;
}

div#pageContainer div.fuge{
	position:absolute;
	padding:0 50px;
	text-align:right;
	bottom:50px;
	right:0;
}