/*
                               M A I N  P A R T
________________________________________________________________________________
*/


body {
        margin: 0px;
        padding: 0px;
        background: #333333 url(../images/bg_main.png) center top no-repeat fixed;
	font: normal 12px/18px Tahoma, Arial, Verdana;
}

* {
        margin: 0;
        padding: 0;
}

img {
        border: 0px;
}

#header {
	height: 100px;
	width: 100%;
	background-color: #000000;
	border-bottom: 10px #e71a79 solid;
}

#header .center {
	width: 1000px;
	margin: 0px auto;
	background-color: #000000;
}

#header a {
	color: #ad0050;
	background-color: #000000;
	font: 15px/25px Tahoma, Verdana, Arial;
	height: 75px;
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 25px 0px 0px 0px;
	float: right;
	margin: 0px 3px;
}

#header a.logo {
	height: 90px;
	width: 210px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	float: left;
	margin: 0px;
}


#header a:hover {
	color: #e71a79;
	background: transparent url(../images/bg_header-hover.png) no-repeat bottom center;
}

#header .park {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

/*
                               C O N T E N T
________________________________________________________________________________
*/

#centering {
	width: 1000px;
	padding: 20px;
	margin: 0px auto;
}

#content {
	padding: 0px;
	margin: 0px;
	font: normal 12px/20px Tahoma, Arial, Verdana;
	color: #bebebe;
	text-align: justify;
	width: 100%;
	margin: 0px;
	border-bottom: 10px #1c1c1c solid;
	background-color: #272727;
}

#content a {
	font-weight: normal;
	text-decoration: none;
	color: #ad0050;
	cursor: help;
	font-style: italic;
	letter-spacing: 1px;
}

#content a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #e71a79;
}

#content p {
	margin: 0px 0px 15px 0px;
}

#content h1 {
	font: normal 20px/40px Tahoma, Arial, Verdana;
	color: #e71a79;
}

#content h2 {
	font: normal 15px/21px Tahoma, Arial, Verdana;
	color: #e71a79;
	letter-spacing: 1px;
}

#content .column {
	width: 450px;
	margin: 0px 50px 0px 0px;
	padding: 0px;
	float: left;
}

#content ul, ol {
	margin: 10px 10px 15px 25px;
}

#content li {
	padding: 2px;
	margin: 0px;
	list-style: url(../images/point.png);
	}
	
#content td.form {
	padding: 0px 10px 0px 0px;
	margin: 2px;
	text-align: right;
	height: 20px;
}

#content input, textarea, input.button, input.search {
	padding: 1px 2px 0px 2px;
	margin: 2px;
	color: #bebebe;
	background-color: #333333;
	border: 1px solid #000000;
	width: 300px;
	height: 20px;
}

#content input:focus, textarea:focus, input.button:hover {
	background-color: #3f3f3f;
}

#content textarea {
	height: 100px !important;
}

#content input.button {
	width: 125px !important;
	height: 25px !important;
}


/*
                           PORTFOLIO
____________________________________
*/

#content .portfolio {
	margin: 0px;
	padding: 10px 0px;
	width: 1000px;
	overflow: auto;
	white-space: nowrap;
	text-align: right;
}

/*
                              SUBNAV
____________________________________
*/

#subnav {
	margin: 0px auto;
	padding: 10px 0px;
	width: 1000px;
	text-align: center;
	clear: both;
}

#subnav a {
	opacity: 0.6;
}

#subnav a:hover {
	opacity: 1;
}

.mini {
	margin: 0px 5px;
	padding: 0px;
	border: 1px #e71a79 solid;
}

/*
                               OTHER
____________________________________
*/

#content blockquote {
	margin: 30px;
	padding: 10px;
	border-left: 5px #e71a79 solid;
	color: #919191;
}

#content blockquote blockquote {
	margin: 15px;
	padding: 10px;
	border-left: 5px #bebebe solid;
	color: #919191;
}


/*
                               F O O T E R
________________________________________________________________________________
*/

#footer {
	width: 100%;
	height: 209px;
	display: block;
	background: transparent url(../images/bg_main.png) center no-repeat;
}

#footer .middle {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
}

#footer a, a.miss {
	width: 110px;
	height: 50px;
	display: block;
	opacity: 0.6;
	margin: 0px 0px 10px 20px;
}

#footer a.miss {
	height: 75px !important;
}

#footer a:hover {
	opacity: 1;
}

strong {
	color: #e71a79;
}

b, i, u {
	color: #e5e5e5;
}
