/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #000000;
	/* text-align: justify; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

photodescrip {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #888844;
}


h2, h3 {
	margin-top: 0px;
	color: #7D7C77;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
        font-size: 14px;
        color: #7D7C77;
}

h6 {
	margin-top: 0;
        font-size: 12px;
        color: #7D7C77;
}

a {
	color: #248A06;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 67px;
	margin: 0 auto;
	background: url(images/photographyonelogo.jpg);
}

#header h1 {
	float: left;
	margin: 0;
	padding: 25px 0 0 20px;
	font-size: 32px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header h3 {
        margin: 0;
        padding: 25px 0 0 20px;
        font-size:32px;
        color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 900px;
	height: 25px;
	margin: 0 auto;
	padding: 0px 0px;
	background: url(images/img3.gif);
}

#menu ul {
	width: 900px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: #333333;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 15px 5px 15px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* mainbody */

#mainbody {
	width: 900px;
	margin: 0 auto;
	color: #FFFFFF;
}

#mainbody h1 {
	color: #707C77;
	text-align: center;
}

/* Splash */

#splash {
        margin: 0;
        float: left;
	width: 500px;
	padding: 20px 0px 0px 0px;    /* was 10px */
	/* background: url(images/img3.gif);  */
}

/* Content */

#content {
        float: right;
        margin: 0 auto;
	width: 230px;
	padding: 300px 10px 10px 10px; 
}

#colOne {
	float: left;
	width: 280px;
	padding: 300px 10px 0 0;
}

#colTwo {
	float: left;
	width: 10px;
	padding: 0 0 0 15px;
}

#gallerybody {
	width: 900px;
	background-color: #333333;
	margin: 0 auto 3px 0;
}

#gallerybox {
	margin: 0;
	float: left;
	width: 260;
	height: 260;
/*	padding: 20px 20px 20px 20px; */
	display: inline;        
}
#gallerybox img { 
        margin: 20px 20px 20px 20px;
}

#gallerytext {
/*	float: right;     */
	width: 300;
	margin: 0 auto;
/*	margin: 20px 20px 20px 20px;   */ 
	padding: 20px 20px 20px 20px; 
/*	display: inline;     */
/*      background-color: #FF00FF;   */
}

#gallerytext h1 {
	width: 300;
	color: #7D7C77;
	text-align: left;
}

#gallerytext p {
	width: 300;
}

#photodisplay {
	width: 300;
        color: #880000; 
}

#phototext {
	width: 150;
	color: #00FF00;
}

#thumbnailbox {
    width: 225;
	background-color: #FF0000;
}

#gp_thumbbox {
    width: 225px;
	height: 225px;
	background-color: #330033;
	display: inline;
	padding: auto auto auto auto;
/*	margin: auto auto auto auto;
	padding: 10px 10px 10px 10px;  */ 
/*	margin: 20px 20px 20px 20px;   */ 

}
#gp_innerbox {
    width: 225px;
	height: 225px;
	background-color: #222222;
    display: block;
}

#admin_title {
    color: #FFFFFF;
	text_align: center;
	font-size: 30px;
	width: 900px;
	margin: 0 auto;
}

#menu_lines {
    color: #FFFFFF;
	text_align: center;
	font-size: 24px;
	width: 900px;
	margin: 0 auto;
}


/* Footer */

#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #7D7C77;
}