/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* general settings */	
body {
	font-family: Lucida, Verdana, sans-serif;
	font-size:  1em;
	background: #0b0b0b url(../images/bg_stars.gif) top center repeat-x;
}
/* main container */	
#container {
	width: 860px;
	margin: 0 auto;
}

a img {
	border: none;
}
/* column wrapper */
#wrapper{
	float:left;
	width:100%;
	font-size: 0.8em;

}
/* centre column main content */
#content {
	line-height: 1.4em;
	color: #fff;
	background: transparent url(../images/frame_new.gif) top center no-repeat;
	background-position: 0 -20px;
	padding:  10px 150px 210px 150px;

	margin: 10px;
}
#content a, a:link, #content a:visited {
	display: inline;
	color: #a30000;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #F6C123;
}
#content h1{
	margin: 0;
	font: 1.8em Georgia, Times, serif;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	background: transparent url(../images/lad-logo.gif) top center no-repeat;
	text-indent: -9999px;
	padding: 1em 0;
	margin: 440px 0 0 0;
}
#content h2 {
	margin: 1em 0  0.3em 0;
	color: #fff;
	font: 1.2em Georgia, Times, serif;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}
#content h2.yell {
	margin: 0 0 0 0;
	border-bottom: 1px dotted #F6C123;
}
#content h2.yell2 {
	margin: 6px 0 2px 0;
	border-bottom: none;
}
#content h2 a {
	padding: 0 0 3px 0;
	color: #F6C123;
	font: 0.9em Georgia, Times, serif;
	letter-spacing: -2px;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-decoration: none;
}
#content h2 a:link, #content h2 a:visited {
	color: #F6C123;
}
#content h2 a:hover, #content h2 a:active {
	color: #a30000;
}
#content h3 {
	margin:  0.3em 0;
	color: #ccc;
	font: 1.1em Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #fff;
}
#content blockquote {
	margin: 1em  2em 3em 2em;
	font-style: italic;
	color: #666;
}
#content blockquote a {
	font-size: 1.4em;
}
#content p {
	color: #ccc;
	margin: 1em 0 3em 0;
	font: 1em Lucida, Verdana, sans-serif;
	letter-spacing: 0.03em;
	text-align: center;
}
#content p a {
	font-size: 1.4em;
}
#content p.sm {
	color: #ccc;
	margin: 1em 0 3em 0;
	font: 1.1em Lucida, Verdana, sans-serif;
	letter-spacing: 0.03em;
	background: transparent url(../images/sm-logo.gif) bottom center no-repeat;
	padding: 0 0 166px 0;
	text-align: center;
}
#content p.sm a {
	font-size: 1.2em;
	display: block;
	margin: 12px 0 0 0;
}
#content p.furenzu {
	font-size: 1.2em;
	color: #a30000;
}
#content p.furenzu a, #content p.furenzu a:link, #content p.furenzu a:visited {
		color: #F6C123;
}
#content p.furenzu a:hover, #content p.furenzu a:active {
		color: #fff;
}
.clear {
	clear: both;
}
/* footer */
#footer {
	font-size: 0.8em;
	line-height: 22px;
	text-align: center;
	padding: 30px 0;

}
#footer a, a:link, #footer a:visited {
	font-variant: small-caps;
	color: #a30000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #F6C123;
}


/* lad link */
#lad {
	display: block;
	width: 180px;
	height: 180px;
	position: fixed;
	top: 0;
	right: 20px;
}
#lad a, #lad a:link, #lad a:visited{
	display: block;
	width: 180px;
	height: 180px;
	background: transparent url(../images/com_mini.gif) no-repeat;
	background-position: 0 0;
}
#lad a:hover, #lad a:active{
	background-position: 0 -180px;
}
