@charset "UTF-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#flashcontent {
	padding-bottom: 5px;
	text-decoration: none;
	text-align: center;
}
#main {
	float: right;
	width: 540px;
	margin-bottom: 20px;
	margin-right: 20px;
	top: 300px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 2px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 212px;
	margin-bottom: 20px;
	top: 500px;
	margin-left: 13px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
-----------------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
}
#editorial #header {
	background-image: url(images/header02.jpg);
}
#design #header {
	background-image: url(images/header03.jpg);
}
#web #header {
	background-image: url(images/header04.jpg);
}
#about #header {
	background-image: url(images/header05.jpg);
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 420;
	height: 55;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FF6600;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
	border-top: 3px solid #99FF33;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#editorial #header #nEditorial a,
#design #header #nDesign a,
#web #header #nWeb a,
#about #header #nAbout a{
	color: #FFFFFF;
	background-color: #828CA7;
}
/* main styles
-----------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-position: left center;
	padding: 4px 0px 4px 20px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
	background-repeat: no-repeat;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#news de {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px;
	width: 5em;
	padding-left: 15px;
	background-position: left;
}
#main dl#news dd {
	margin: 0px 0px 10px 7em;
}

/* sidebar styles
-----------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 190px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
/* footer styles
-----------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	float: right;
	margin: 0px;
}
/* table
-----------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main  table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* design
-----------------------------------*/
#main div.yoko3dan {
	float: left;
	width: 160px;
	height: 430px;
	margin-right: 18px;
	margin-bottom: 10px;
}
#main div.yoko3dan h3 {
	margin: 10px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #666666;
}
/* web
-----------------------------------*/
#main div.yoko1dan {
	float: left;
	width: 500px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#main div.yoko1dan h3 {
	margin: 10px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
/* form
-----------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
/* title_bar
-----------------------------------*/
#title_bar {
	font-size: xx-small;
	color: #999999;
	background-color: #333333;
	width: 858px;
	height: auto;
	text-align: left;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	text-indent: 5px;
	border-bottom: #FF6600;
}
