/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 url(images/img1.png) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999999;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #00CC00;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 720px;
	height: 161px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;

}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 720px;
	height: 55px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img3.png) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img4.png);
	color: #FFFFFF;
}

/* Menu2 */

#menu2 {
	width: 150px;
	height: 225px;
	margin: 0 auto;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style:none;
	line-height: normal;
}

#menu2 li {
	list-style:none;
}

#menu2 a {
	border: none;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img3.png) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC;
}

#menu2 a:hover, #menu2 .active a {
	background-image: url(images/img4.png);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 160px;
}

#colTwo {
	float: left;
	width: 360px;
	padding: 0 20px;
}

#colThree {
	float: left;
	width: 160px;
}

#colThree img {
	margin-left: 36px;
	border: none;
	padding: 2px;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(images/img6.png);
	letter-spacing: normal;
	font-size: .9em;
	color: #ffffff;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	width: 100%;
	position: fixed;
	bottom: -10px;
	height: 70px;
	padding: 7px 0 0 0;
	background: url(images/img5.png) repeat-x;
	z-index: 1;
}

#footer * {
	color: #999;
	z-index: 1;
}

#footer p {
	text-align: center;
	font-size: smaller;
}

/* Gallery */

#photos a img {
	max-height:40%;
	max-width:40%;
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#photos a {
	color:#000000;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Portfolio*/
#photos2 a img {
	max-height:60%;
	max-width:60%;
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#photos2 a {
	color:#000000;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#photos2 p {
	margin-left: 15%;
	color:#FFFFFF;
}

#photos2 p a {
	text-decoration: none;
	color: #00CC00;
}

#photos3 a img {
	max-height:60%;
	max-width:75%;
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#photos3 a {
	color:#000000;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#photos3 p {
	margin-left: 15%;
	color:#FFFFFF;
}

/*Player*/
#player {
	z-index: -1;
}

/*Crimis*/
#crimis {
	position:absolute;
	left:0px;
	top:14px;
	border:none;
}

#crimis a img {
	border:none;
}

#crimis a {
	border:none;
}