body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}


.imgBorder {
	border-color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-width: 2px;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
	color: #66FF00;
}


#body {
	margin-bottom: 5px;
	height: auto;
}

.keywords {
	color:#666666;
	font-size: 12px;
	text-align: center;
}	

/* Header */

#header {
	width: 700px;
	height: auto;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: auto;
}


#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #66FFFF;
}

/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 30px;
	color: #66FF00;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	background: url(images_template/img03.jpg) no-repeat;
	color: #FFFFFF;
}

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 425px;
	margin: 0 auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images_template/img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images_template/img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 700px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(images_template/img12.gif);
}

#thumbs img {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	margin-left: 10px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}
.cities {
	font-size: 11px;
	line-height: 15px;
}

/*Boxes */
.BlueHeading {
	padding: 10px 20px;
	font-size: smaller;
	background-image: url(images_template/img14.gif);
	background-repeat: repeat-x;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
}
#postbox430gray {
	float: right;
	width: 430px;
	margin-bottom: 10px;
	padding: 0 0 5px 20px;
	color: #FFFF00;
	padding: 10px 20px;
	background: url(images_template/img15.gif) no-repeat;
	font-size: smaller;
	padding: 10px 20px;
	line-height: 180%;
}
.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #000099;
}

.post .meta {
	padding: 10px 20px;
	font-size: smaller;
	background-image: url(images_template/img14.gif);
	background-repeat: repeat-x;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

.titlecolorLight {
	color: #FFFF00;
}

.title {
	color: #CCCCCC;
	font-size: 18px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 30px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url(images_template/img14.gif) no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 20px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px;
	background-color: #000000;
	background-image: url(iimages_template/img16.gif);
	background-repeat: repeat-x;
	color: #FFFF00;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.PaddedBox {
	padding: 25px;
}

