@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/studiobg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
}

#header {
	height: 55px;
	width: 297px;
	left: 0px;
	padding: 0px;
	margin-top: 10px;
}

#header img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: 0px;
}

#container {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	left: auto;
	top: 15px;
	right: auto;
	padding: 0px;
}

#subhead {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 352px;
	position: relative;
	top: 55px;
	left: 498px;
	background-image: url(images/subhead.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

#content {
	width: 600px;
	min-height: 400px;
	margin-top: 110px;
	margin-left: 0px;
	margin-right: 10px;
	background-color: #000000;
	position: relative;
	float: left;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#content .title {
	padding-left: 10px;
}

#navigation {
	width: 200px;
	margin-top: 110px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	float: right;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#navigation ul {
	list-style-type: none;
	white-space: nowrap;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#navigation li {
	height: 25px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	background-position: -50px -50px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#navigation li a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#navigation li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	background-position: right -2px;
}

#navigation li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/buttonbg.gif);
	background-repeat: no-repeat;
	background-position: right -2px;
}

#navigation li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #000000;
	padding: 0px;
	clear: both;
	height: 30px;
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
}

#navbar a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#navbar a:link {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

#navbar a:active {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

#navbar a:visited {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	text-align: justify;
}

a:link {
	font-weight: bold;
	color: #66FF00;
	text-decoration: none;
	font-variant: small-caps;
}

a:visited {
	font-weight: bold;
	color: #8AC5FF;
	text-decoration: none;
	font-variant: small-caps;
}

a:active {
	font-weight: bold;
	color: #FFFF33;
	text-decoration: underline;
	font-variant: small-caps;
}

a:hover {
	font-weight: bold;
	color: #FFFF33;
	text-decoration: underline;
	font-variant: small-caps;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	width: 98%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-top: 30px;
}

hr {
	color: #ffffff;
	background-color:#ffffff;
	border-color:#ffffff;
	width: 99%;
}

.red {
	font-weight: bold;
	color: #FF4F53;
}

/* For Services list */
#services {
	width: 380px;
	border: 1px solid #cccccc;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#services ul {
	list-style-type: square;
}

#services li {
	margin-bottom: 12px;
}

/* For contact form */
.contact {
	border: 1px solid #cccccc;
	color: #FFFFFF;
	background-color: #000000;
}

/* For skills page */
#skills {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 4px;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #999999;
}
#skills ul {
	list-style-type: square;
	}

#skills li {
	margin-bottom: 12px;
}

