/*
=============================================
	INCLUDE ALL STYLE SHEETS
=============================================
*/

/*	CSS for Reset */
@import "reset.css";

/*
	Core
*/
body{font-family:Arial;height:100%;font-size:87%;background:#FFFFFF url(../images/bg-core.jpg) repeat-y top center;}
a:active,a:link,a:visited{color:#990000;}
a:hover,a:focus{color:#3d0202;}

h1,h2,h3,h4,h5{font-family:Arial;font-size:600%;color:#333333;letter-spacing:-0.05em;}
h2{font-size:182%;letter-spacing:-0.05em;}
h3{font-size:123.1%;letter-spacing:-0.05em;}
h4{font-size:108%;letter-spacing:-0.05em;margin:10px 0;}
h5{font-size:100%;letter-spacing:-0.05em;margin-bottom:5px;}

h1, h2{font-weight:bold;margin:10px 0 25px 0;color:#CCCCCC;letter-spacing:-0.1em;}
h1 .italic, h2 .italic{color:#333333;font-style:italic;}
h1 .box{margin:5px 10px;height:60px;width:60px;border:dashed 3px;}
h2 .box{margin:0px 10px;height:20px;width:20px;border:dashed 1px;}
h1 div,h2 div{float:left;}

p{margin:0 0 10px 0;font-size:12px;}

.dkred{color:#3d0202;}
.red{color:#6d0808;}

.bold{font-weight:bold;margin-bottom:5px;}
.large{font-size:48px;line-height:50%;margin-top:20px;}
.medium{font-size:18px;margin:10px 0 20px 0;}

#Core{position:relative;display:block;width:500px;height:100%;margin:25px auto 0 auto;}

#Image{clear:both;width:500px;border:solid 5px #333333;}
#Image img{border-bottom:dotted 1px #333333;width:500px;height:300px;background:#e9e9e9 url(../images/loader.gif) no-repeat center center;}
#Image h2, p{clear:both;padding:10px 10px 5px 10px;}
#Image h2{font-weight:bold;}
#Image p.tags, #Image p.sets{border-top:dotted 1px #333333;font-weight:bold;}

.links{float:left;margin-top:25px;}
.links h2, .contact h2{padding-bottom:10px;}
.links li{clear:both;margin-top:10px;width:500px;height:155px;border:solid 5px #999999;}
.links li.yt{clear:both;margin-top:10px;width:500px;height:310px;border:solid 5px #999999;}
.links img{float:left;width:500px;position:}

.menu{float:right;font-size:60%;margin-top:45px;}
.menu a{float:left;text-decoration:none;margin-left:5px;}