@charset "UTF-8";
body {
	color: #EEEEEE;
	background: #000000 url(img/bgOutside.jpg) no-repeat fixed center top;
	margin: 0;
	padding: 0;
}

a img {
	border-style: none;
}

#page {
	background: #151616 url(img/bgLight.png) no-repeat;
	width: 845px;
	margin: 0px auto;
	padding: 0;
	height: 100%;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #222222;
}
.line {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #222222;
}
#header li {
	float: left;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #222222;
	background: #666666 url(img/navbg_up.png) repeat-x;
	border-right: 1px solid #000000;
	list-style: none;
	padding: 0;
	margin: 0;
}


#header  li a {
	text-decoration: none;
	display: block;
	width: 106px;
	height: 21px;
}

#header li.index a {
	background: url(img/navButtonHome.png) no-repeat center 0px;
}

#header li.movie a {
	background: url(img/navButtonMovie.png) no-repeat center 0px;
}

#header li.web a {
	background: url(img/navButtonWeb.png) no-repeat center 0px;
}

#header li.design a {
	background: url(img/navButtonDesign.png) no-repeat center 0px;
}

#header li.profile a {
	background: url(img/navButtonProfile.png) no-repeat center 0px;
}

#header li.contact a {
	background: url(img/navButtonContact.png) no-repeat center 0px;
}

#header li.press a {
	background: url(img/navButtonPress.png) no-repeat center 0px;
}

#header     li:hover     {
	background: url(img/navbg_down.png);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}
#header li a:hover {
	background-position: center -21px;

}


#header ul {
	top: -10px;
	position: relative;
	padding: 0px;
	margin: 0;
	left: 45px;
}



#catchimage {
	height: 350px;

}
.clear {
	clear: both;
}


#header h1 {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

#content {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 25px;
}
#content .content_float {
	float: left;
	padding: 10px;
	width: 360px;
	margin-right: 10px;
}
h3.title   {
	font-size: 24px;
	color: #EEEEEE;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.3em;
}
h4.lead {
	font-size: 13px;
	font-weight: bold;
	color: #777777;
	letter-spacing: 0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}
#copyright {
	text-align: right;
}
#footer h5 {
	font-size: 10px;
	color: #CCCCCC;
	letter-spacing: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0.2px;
}
#footer {
	padding: 10px 25px;
}
#footer p {
	color: #999999;
	font-size: 9px;
	letter-spacing: 0.2em;
	margin-top: 0.1em;
	margin-bottom: 1em;
}

p.letter {
	color: #DDDDDD;
	font-size: 11px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 1em;
	text-indent: 1em;
}
#content li {
	font-size: 11px;
	color: #CCCCCC;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin-bottom: 5px;
}
#content ul {
	padding-left: 20px;
}
.small {
	font-size: smaller;
}
a:link   {
	font-weight: bold;
	color: #FFCC66;
}
a:visited  {
	font-weight: bold;
	color: #CCCC99;
}
a:hover  {
	font-weight: bold;
	color: #FFFF66;
}
.right {
	text-align: right;
}
#content th {
	background: #222222;
	border-top: 1px solid #333333;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #333333;
	letter-spacing: 0.2em;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
}
#content td {
	background: #151616;
	border-top: 1px solid #222222;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #222222;
	letter-spacing: 0.2em;
	font-size: 11px;
	line-height: 1.5em;
	color: #CCCCCC;
}
#content table {
	border-collapse: separate;
	margin-bottom: 15px;
	margin-top: 15px;
}
