@charset "utf-8";

/*==========Main==========*/

* {
	margin: 0px;
	padding: 0px;
}

html, body {
}

:focus {
	outline: 0;
}

#header {
}

#sidebar {
}

#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}


/*==========Link States==========*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/*==========Navigation==========*/

#nav {
}

#nav a:link, #nav a:visited {
}

#nav a:hover {
}

/*==========H Tags==========*/


h1 {
}

h2 {
}

h3 {
}

/*==========Footer==========*/

#footer {
}

#footer a:link, #footer a:visited {
}

#footer a:hover {
}

