f@charset "utf-8";
/* CSS Document */

-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight:500;
 width:100%;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list}

.menu {
  width:760px;
  height:26px;
  background-color:#000000;
  line-height:2.1em;
}

#nav, #nav ul {
	background-color:#000000;
	list-style: none;
  	display:block;
    width:760px;
    position:relative;
    z-index:100;
    font-size:14px;
	color:#ffffff;
}

#nav a {
	font-family:Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
	padding:0;
  	font-weight:500;
}


#nav a:hover {
	color:#666666;
}

#nav a:active {
	color:#00ff00;
}


#nav li {
	float: left;
	width: 8em;
}

#nav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
}



#nav li:hover ul {
	left: auto;
	
}

#nav li:hover ul {
	left: auto;
}

body {
	font-family: Arial, sans-serif;
	font-size: .75em;
	line-height:1.5em;
	color: #000000;
}

.nolink {
  font-size:1.15em;
  color:#ffffff;
  background-color:#666666;
}

#wrapper {
	width:950px;
  	height:800px;
	background-color:#ffffff;
	margin:0 auto;
}

#content {
	width:740px;
	min-height:680px;
	background-color:#ffffff;
	margin:0 auto;
	padding-top:20px;
}

#homegraphic {
  width:740px;
  height:480px;
  margin:15px 0 0 10px;
}


h1 {
	font-size: 2em;
	line-height: 1em;
	padding-bottom:6px;
	color:#433128;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	padding: 6px 0 8px 0;
	font-weight: 500;
	color:#000000;
}

p {
	margin-top:14px;
}

a {
	text-decoration:none;
}

a:hover {
	color:#FF0000;
}

.image {
	margin:0 auto;
	margin-top:3px;
}

.logo {
	margin-bottom:4px;
  	width:760px;
}

.category {
  float:right;
}

.myname {
	margin:0 auto;
	padding:12px 0 0 190px;
}

.myphoto {
	width:400px;
	height:335px;
  	float:left;
    -moz-box-shadow:4px 4px 8px #666666;
	-webkit-box-shadow:4px 4px 8px #666666;
  	box-shadow:4px 4px 8px #666666;
    border:1px solid #000000;
  	margin:8px 8px 0 0;
}

.mytext {
  	width:320px;
  	float:right;
  	margin-top:8px;
  	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  	font-size:1.3em;
  	line-height: 1.3em;
    color:#333333;
}

.myinfo {
  	width:400px;
  	height:335px;
  	float:left;
  	margin:10px  0 0 6px;
  	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  	font-size:1.8em;
  	line-height:1.3em;
}

#cycler {
  	position:relative;
    margin:0 -8px 0 0;
}

#cycler img {
  	position:absolute;
    z-index:1;
}

#cycler img.active {
  	z-index:3
}


  

