/* Structural ids */

body { 
	margin: 0px;
	line-height: 100%;
	background-color: #2a111e;
    }

#header {
	height: 280px; 
	background: url(bggrey.png) repeat-x;	
	margin: 0px;
	padding: 0px; 
}

#content {
	width: 620px;
	margin: 0px 0px 20px 270px;
    padding: 0px 0px 0px 0px;
}

#rightnav {
	position: absolute;
	left: 920px;
	top: 280px;
}

#footer {
	color: #000033;
    height: 100px;
	width: 100%;
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* Links */

A  {
	text-decoration: none;
    font-weight: bold;
	color: #c07174; 
    }

A:hover {
	text-decoration: underline;
	color: #ff8b7a;}

/* Universal stylistics */

blockquote {
	text-align: justify;
	background-color: #ECECEC;
	color: #777777;
	margin: 20px 50px;
	padding: 10px 10px 10px 10px;
	line-height: 17px;
	text-transform: none;
}

strong {
    text-decoration: none;
	color: #cbc096;
	font-variant: small-caps;
}

em {
 	color: #a15b47;
}

pre {
	color: #888888;
	font-size: 11px;
	text-align: center;
	margin: 20px 30px;
	padding: 5px;
}

/* Main header classes */

h1 {
	color: #791f35;
	font-family: Trebuchet MS, Century Gothic, Arial, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	letter-spacing: 4px;
	text-transform: lowercase;
	height: 18px;
	font-weight: 100;
}

h2 {
	margin: 5px 0px 5px 0px;
	color: #812266;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	letter-spacing: 2px;
	height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}


/* Table classes */

table {
	padding: 10px;
	margin: 0px;
	border: 0px;
}

.noborder {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

tr {
	vertical-align: top;
}

td {
	padding: 0px 10px;
}

/* Body text classes */

body, p {
	text-align: justify;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	color: #71646c;
	line-height: 22px;
	text-transform: none;
	font-weight: lighter; 
	margin-bottom: 15px;
	letter-spacing: .02em;
	width: 100%;
}


.frontline {
	margin: 12px 0px 25px 0px;
	font-size: 14px;
	font-family: Century Gothic, serif;
    font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.frontline a {
	text-transform: uppercase;}

.frontline a:hover {
	text-decoration: line-through;
}


p.footer {
	font-size: 8px;
	line-height: 10px;
	text-align: center;
}

ul.sidebar {
    list-style-type: circle;
	padding: 5px 5px 0px 20px;
	text-align: justify;
}

ul.nav {
    list-style-type: circle;
	margin: 0px;
	padding: 5px 5px 0px 20px;
	text-align: justify;
}

ul.NoBullet {
    list-style-type: none;
	padding: 5px 5px 0px 100px;
	text-align: justify;
}

li {
	padding-bottom: 10px;
	text-align: justify;
}

input, textarea, select, option{
	background-color: #FFFFFF;
	border: 1px #FFFFFF solid;
	color: #444444;
	letter-spacing: 0px;
	padding: 3px; 
}

#left {
	width: 500px;
}

#case1 {
	margin: 20px 50px;
	padding: 20px;
	display: none;
	border: #FFFFFF dashed 1px;
	background-color: #4F1530;
	color: #999999;
}

#case2 {
	margin: 20px 50px;
	padding: 20px;
	display: none;
	border: #FFFFFF dashed 1px;
	background-color: #4F1530;
	color: #999999;
}

/* Misc */

img {
	border: 0px;}

img.codes {
	border: 3px #FFFFFF solid;
	padding: 1px;
}