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

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

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

html, body {
}

#header {
}

#sidebar {
}

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

.clear {
                clear: both;
}

/* remember to define focus styles! */
:focus {
                outline: 0;
}

/*==========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 {
}
