/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
	margin:1;
	padding:1;
	}
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#393939;
	margin:25px 0 4px 0;
	color:#000000;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
	line-height:20px;
	}
	
ul {
	list-style-type:none;
}


/* Structure */

#wrapper {
	width:700px;
	margin:0 auto;
	}
#header {
	height:140px;
	line-height:135px;
	background-image:url(images/bg-header3.png);
	background-repeat:no-repeat;
	padding-left:15px;
	}
#navigation {
	float:center;
	margin-right:15px;
	}
#content {
	background-color:#fff;
	background-image:url(images/bg-content.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 5px;
	}
	
#content_gallery {
	background-color:#cccccc;
	background-image:url(images/bg-content.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 5px;
	}
	
.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 252px;
	float: left;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-top:10px;
	margin-left:50px;
}
.photos a:hover {
	background: #ff9933;
	color: #FFFFFF;
}

.floatRight {
  float: right;
}

#footer {
	text-align:right;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
	line-height:24px;
	color:#efefef;
	font-size:12px;
	}

/* Navigation */

#navigation table {
	background-color:#222222;
	width:700px;
	
	}
#navigation td {
	float:center;
	}
#navigation td a {
	display:block;
	height:45px;
	width:175px;
	text-decoration:none;
	color:#ffffff;
	}
#navigation td a:hover {
	color:#222222;
	background:url(images/bg-navigation-hover2.png);
	background-repeat:repeat-x;
	height:45px;
	}


/* Headings */

h1 {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	}

/* Link Colors */

h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:hover {
	color:#fff;
	}

#content a {
	color:#222222;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	color:#222222;
	text-decoration:underline;
	}

#footer a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}
#footer a:hover {
	color:#ffffff;
	}

/* Misc Attributes */
	
.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.dark {
  color: #353E47;
}

.dark2 {
  color: #CC6600;
  font-weight: bold;
  font-size: 1.1em;
}

.dark3 {
  color: #009999;
  font-weight: bold;
}

.p2 {
  color: #222222;
  font-size:14px;
}


.brown {
  color: #222222;
  font-size: 0.9em;
}

.green {
  color: #2e8b57;
  font-size: 20px;
  font-weight: bold;
  
}


	