﻿@charset "utf-8";
------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
	} 
table {
	border-collapse: collapse;
    border-spacing: 0;
	}
fieldset,img {
	border:0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
    font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	} 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}

/* --------------------------------- BODY STRUCTURE --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #000000;
}


/* --------------------------------- POSITIONING --------------------------------- */

#wrapper {
	width: 600px;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 30px;
}

#content1 {
	padding-bottom: 30px;
	border-bottom: #333333 1px dotted;
	margin-bottom: 10px;
}

#left { float: left; }

#right { float: right; }

/* --------------------------------- TEXT STYLING --------------------------------- */

p {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #9F9F9F;
}

h1 {
	font-size: 1.6em;
	color: #CCCCCC;
	margin-bottom: 13px;
	font-weight: bold;
}


/* --------------------------------- NAVIGATION (MAIN) --------------------------------- */

#menu li {
	float: left; 
}

.home a {
	display: block;
	width: 54px;
	height: 22px;
	background: url(../images/menu_home.png) 0 0 no-repeat;
	text-indent: -2000px;
	margin-right: 20px;
}

.home a:hover { background-position: -54px 0; }

/* --------------------------------- LINK STYLING --------------------------------- */

a, a:visited {
	outline: none; /* For Firefox to stop showing that box */
	text-decoration: none;
	color: #06616f;
}

a:hover {
	text-decoration: underline;
}


/* --------------------------------- IMAGES --------------------------------- */



/* --------------------------------- REUSEABLE ELEMENT --------------------------------- */


