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

body
{
	background-image:url(images/bg.png);
	background-attachment:fixed;
	background-position:center top;
	background-repeat: no-repeat;
	background-color:#c9c9c9;
	font-family:"Klavika Light";
	color:#e9e9e9;
	font-size:14px;
	padding-top:0px;
	margin-top:0px;
}

/* define fonts */
@font-face
{
	font-family: "Klavika Medium";
	src:url(fonts/KlavikaM.ttf);
}

@font-face
{
	font-family: "Klavika Light";
	src:url(fonts/KlavikaL.ttf);
}

/* font styles */

h1
{
	font-family: "Klavika Medium";
	color:#e9e9e9;
	margin-top:5px;
	margin-bottom:5px;
}

h2
{
	font-family: "Klavika Medium";
	color:#e9e9e9;
	margin-top:10px;
	margin-bottom:0px;
}

p
{
	margin-top:0px;
	margin-bottom:0px;
}

a:link
{
	color:#e646b6;
	text-decoration:none;
}

a:visited
{
	color:#e646b6;
	text-decoration:none;
}

a:hover
{
	color:#000;
	background-color:#e646b6;
}

strong
{
	font-family:"Klavika Medium";
	font-weight:normal;
}



/* all text in the body section needs to have a margin on the left, so it's not all touching the sides and crap */

#body h1, #body p
{
	margin-left:8px;
}

#sidebar h1, #sidebar h2, #sidebar p
{
	margin-right:8px;
}


/* div shit */


div#case
{
	width:780px;
	margin:0 auto;
}

div#header
{	
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:center top;
	/* background-size:350px; */
	height:110px;
	width:780px;
}

div#bodycase
{
	background: url(images/body1.png), url(images/body2.png);
	background-position: top left, top left;
	background-repeat:no-repeat,repeat;
	vertical-align:top;
	float:left;
	width:780px;
	margin-top:0px;
}

div#body
{
	width:555px;
	float:left;
}

div#sidebar
{
	width:223px;
	text-align:right;
	float:right;
}

div#footer
{
	background: url(images/footer.png);
	background-position: top right;
	background-repeat:no-repeat;
	width:780px;
	height:49px;
	color:#000;
	text-align:right;
	vertical-align:middle;
	float:left;
}


div#chillingap
{
	width:780px;
	height:5px;
	float:left;
}
