body {
	background-color: #000;
	color: #fff;
	font: 12pt/11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

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



/* @group Content */

div.container {
	width: 1000px;
}

div.header {
	float: left;
	height: 30px;
	width:200px;
	padding-left: 30px;
	padding-top: 5px;
}

div.sidebar-right {
	height: 30px;
	width: 750px;
	margin-left: 268px;
	padding-top: 5px;
	text-align: right;
}

div.header2 {
	float: left;
	height: 65px;
	width:200px;
	padding-left: 30px;
}

div.menu {
	height: 65px;
	width: 750px;
	margin-left: 230px;
}

div.sidebar-left {
	float: left;
	width:200px;
	padding-left: 30px;
}

div.content {
	width: 600px;
	margin-left: 230px;
}



/* @end */

/* @group Menu */

/* @group name */

#name {
	display: inline-block;
	width: 134px;
	height: 24px;
 	background: url("/text/name.gif") no-repeat 0 0;
}

#name span {
	display: none;
}

#name2 {
	display: inline-block;
	width: 134px;
	height: 24px;
 	background: url("/text/name2.gif") no-repeat 0 0;
}

#name2 span {
	display: none;
}

/* @end */

/* @group people */


#people {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/people.gif") no-repeat 0 0;
}

#people:hover {
	background-position: 0 -24px;
}

#people span {
	display: none;
}

#peoplehere {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/people.gif") no-repeat 0 0;
	background-position: 0 -24px;
}

#peoplehere span {
	display: none;
}


/* @end */

/* @group places */

#places {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/places.gif") no-repeat 0 0;
}

#places:hover {
	background-position: 0 -24px;
}

#places span {
	display: none;
}

#placeshere {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/places.gif") no-repeat 0 0;
	background-position: 0 -24px;
}

#placeshere span {
	display: none;
}

/* @end */

/* @group things */

#things {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/things.gif") no-repeat 0 0;
}

#things:hover {
	background-position: 0 -24px;
}

#things span {
	display: none;
}

#thingshere {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/things.gif") no-repeat 0 0;
	background-position: 0 -24px;
}

#thingshere span {
	display: none;
}

/* @end */

/* @group pets */

#pets {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/pets.gif") no-repeat 0 0;
}

#pets:hover {
	background-position: 0 -24px;
}

#pets span {
	display: none;
}

#petshere {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/pets.gif") no-repeat 0 0;
	background-position: 0 -24px;
}

#petshere span {
	display: none;
}

/* @end */

/* @group personal */

#personal {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/personal.gif") no-repeat 0 0;
}

#personal:hover {
	background-position: 0 -24px;
}

#personal span {
	display: none;
}

#personalhere {
	display: inline-block;
	width: 111px;
	height: 24px;
 	background: url("/text/personal.gif") no-repeat 0 0;
	background-position: 0 -24px;
}

#personalhere span {
	display: none;
}

/* @end */

/* @group contact */

#contact {
	display: inline-block;
	width: 68px;
	height: 24px;
 	background: url("/text/contact.gif") no-repeat 0 0;
}

#contact:hover {
	background-position: 0 -24px;
}

#contact span {
	display: none;
}

#blog {
	display: inline-block;
	width: 30px;
	height: 24px;
 	background: url("/text/blog.gif") no-repeat 0 0;
}

#blog:hover {
	background-position: 0 -24px;
}

#blog span {
	display: none;
}



/* @end */



/* @end */

/* @group Images */

img.border {
	border: 1px ridge #fff;	
}

img.thumb {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border-style: none;	
}

a:hover img.thumb {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-style: none;
	margin: 0;
}



/* @end */
