@import url(reset.css);
@import url(color.css);
@import url(type.css);

html {
text-align: center;
}

body {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
padding-top: 20px;
}
/*************************Branding********************/
#branding, #nav_main, #site_info, #content {
width:100%;
}

#branding {
height: 100px;
position: relative;
z-index: 10;
}

#branding p {
position: absolute;
top: -9999px;
}

#nav_main, #site_info {
/*margin: 0 5px 0 5px;*/
}

#branding h1 a {
position: absolute;
top: 16.5px;
left: 293px;
width: 214px;
height: 67px;
text-indent: -9999px;
}

/*************************Navigation********************/

#nav_main {
position: relative;
z-index: 2;
height: 50px;
}

#nav_main h2 {
position: absolute;
z-index: 6;
top: 0;
left:0;
height: 120px;
width: 800px;
text-indent: -9999px;
}

ul#nav_features {
position: absolute;
top: 17px;
left: 50px;
margin: 0;
width: 800px;
height: 50px;
}

#nav_features li {
display: inline;
}

ul#nav_features li a {
margin-right: 10px;
padding-right: 10px;
}

li#nav_motion a, li#nav_contact a {
margin-right: 0;
padding-right: 0;
}

li#nav_about a {
position: absolute;
right: 150px;
}

li#nav_contact a {
position: absolute;
right: 75px;
}

/*************************Content********************/

#content {
position: relative;
z-index: 5;
height: 500px;
/*margin: 0 5px 0 5px;*/
}

#content p {
position: absolute;
margin: 0;
top: 35px;
left: 50px;
}

/*#content_header {
position: absolute;
text-indent:-9999px;
}*/

#content h2 {
position: absolute;
text-indent:-9999px;
}

ul#content_items {
position: absolute;
margin: 0;
top: 70px;
left: 100px;
width: 600px;
height: 400px;
}

li#content_items p {
}

h3#content_words p

/*
ul#content_items li a {
margin-bottom: 20px;
padding-bottom: 20px;
}

li#content_words p {
position: absolute;
left: 100px;
width: 100px;
height: 100px;
}

li#content_words a {
display: block;
width: 100px;
height: 100px;
text-indent: -9999px;
}
*/

/*************************Content********************/

#site_info {
position: relative;
width: 100%;
z-index: 3;
/*margin: 0 5px 0 5px;*/
}
