/*css document*/
body {
background:#3e3e3e;
padding: 0;
margin-top:15px;
}
#container {
width: 960px;
min-height:400px;
margin: auto;
}
#homepage {
width:900px;
background:url(../images/pageBack.png) repeat-y;
margin:auto;
}
#photopage {
width:960px;
background:url(../images/photoBack.jpg) no-repeat;
float:left;
}
#webpage {
width:960px;
background:url(../images/webBack.jpg) no-repeat;
float:left;
}
#graphicpage {
width:960px;
background:url(../images/graphicBack.jpg) no-repeat;
float:left;
}
#gallerypage {
width:960px;
min-height:400px;
background:url(../images/galleryBack.jpg) repeat-y;
padding:5px 0 0 30px;
float:left;
}
#contactpage {
width:960px;
height:400px;
background:url(../images/galleryBack.jpg)repeat-y;
float:left;
}
#leftCol {
width:425px;
padding: 10px 25px 15px 45px;
float:left;
}
#rightCol {
width:450px;
min-height:400px;
overflow:hidden;
float:right;
}
#rightColContact {
width:450px;
min-height:400px;
padding-top:10px;
overflow:hidden;
float:right;
}
#photoImage {
width:310px;
height:260px;
padding: 68px 0 0 59px;
}
#webImage {
width:382px;
height:279px;
padding: 58px 0 0 27px;
}
#graphicImage {
width:430px;
height:306px;
padding: 43px 0 0 0px;
}
#logo {
width:900px;
height:25px;
margin:auto;
}
#nav {
clear:both;
width:900px;
height:40px;
margin:auto;
}
#contact {
width:960px;
height:25px;
margin:15px auto;
}
#footer {
width:960px;
margin: auto;
padding-top:8px;
}

