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

body {
color: #FFF;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
background-color: #2a2a2a;
}

#center-all {
width: 100%;
text-align:center;
position: absolute; top: 0px; left:0px;
height: 10px;
}


#thousandpxdiv {
width: 1000px; 
margin: 0 auto; 
height: 400px;
background-image: url(images/splattter.jpg);
background-repeat: no-repeat;
background-position: top right;
}

#ninehunpxdiv {
width: 900px;
margin: 0 auto;
position: relative;
text-align:left;
}

#left-col {
width: 160px;
background-image:  url(images/jacob-sharp-logo.jpg);
background-position:center top;
background-repeat: no-repeat;
padding: 112px 10px 10px 10px;
float:left;
}

#right-col {
width: 700px;
padding: 10px;
float: left;
text-align:left;
}

#nav-contain {
width: 663px;
float: left;
padding-top: 30px;
padding-left: 40px;
height: 50px;
}

#footer-containter {
width: 880px;
float:left;
background-image: url(images/footer-gradient.gif);
height: 160px;
background-color: #161516;
padding: 28px 10px 10px 10px;
}


#error-msg {
width: 80%;
border: solid #C00 1px;
background-color: #FFF;
padding: 30px;
text-align: center;
color: #000;
font-size: small;
font-weight: bolder;
margin: 0 auto
}

#success-msg {
width: 80%;
border: solid  #999 2px;
background-color: #FFF;
padding: 30px;
text-align: center;
color: #000;
font-size: small;
font-weight: bolder;
margin: 0 auto
}

.pinktext {
color: #f220bc;
}

.greytext {
color: #666;
font-weight: 420;
font-size: medium;
}

.redtext {
color: #36C;
}

.smaller {
	font-size:smaller;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F220BC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.float-left {
float: left;	
}