body {
	background: url(images/backgroundtest.jpg);
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	min-width:975px;
	text-align:center;/*needed for page centering must be 'text-align:center;'*/
}

body img {border:0px;}/*stops all image links from having that annoying border*/

a:link {color: #FFFFFF; text-decoration: bold; }
a:active {color: #FFFFFF; text-decoration: red; }
a:visited {color: #FFFFFF; text-decoration: none; }
a:hover {color: #FFFFFF; text-decoration: red;}

#wrapper{position:relative; margin:0 auto; width:975px; height:700px; }/*only change width and height. other stuff needed for centering*/
#content{position:absolute; top:0px; left:0px; width:975px; height:700px; text-align:left; border:#FFFFFF solid 7px; color:#FFFFFF;}/*defines white border for page. must leave 'text-align:left;'*/

#header{position:absolute; top:0px; left:0px; width:975px; height:200px;}/*header that has the top image and nav menu*/
#menu{position:absolute; top:134px; left:31px; width:944px; height:50px;}/*Links menu in the header*/
#menu img{position:relative; border:0px;}/*defines image attributes in the menu div ONLY*/

#main{
	position:absolute;
	top:201px;
	left:31px;
	width:959px;
	color:#FFFFFF;
	height: 462px;
}/*the main content area of page. white text*/

#footer{position:absolute; top:668px; left:36px; width:914px; height:33px; color:#FFFFFF; font-size:18px; }/*footer that has shop information at bottom*/
#footer img{position:relative; border:0px;}/*defines image attributes in the footer div ONLY*/


#thumbs{position:absolute; top:0px; width:400px; height:414px; left:4px; background:#000000; text-align:center; }/*'text-align:center' centers the text and images (basically everything) in the div*/
#thumbs img {position:relative; border:0px;}/*makes the thumbnails go down to the next row by them selves (must set width of parent div to work)*/
#thumbs h2 {background:#000000; text-decoration:underline;}/*used for the title type text in the gallery pages*/
#thumbs p {font-size:12px;}/*sets font size for the navigation text in gallery*/


.gallerymenu{
	position:absolute;
	top:422px;
	left:-6px;
	width:408px;
	text-align:center;
	height: 38px;
}/*menu class for the bottom of jeremys/rods galleries*/
.images{position:absolute; top:0px; width:487px; height:448px; left: 427px; background: #000000; color:#FFFFFF; }
