* {
	margin: 0;
	padding: 5px;
}

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #eee;
}

p { color: #fff; font-size: 14px; font-family: Arial, Helvetica, sans-serif; } 

p:hover { color: red; }

a {
text-decoration: none;
color: blue;
}

a:hover {
text-decoration: none;
color: red;
}

#wrap {
margin: 0px auto;
width: 820px;
}

#header {
height: 100px;
line-height: 100px;
}
#header h1 {
color : #fff; 
font-size: 75px;
letter-spacing: -8px;
}

#left {
background: #000;
border-style:solid;
border-color:red blue;
border-width:1px;
margin-top: 5px;
width: 180px;
font-size: 13px;
padding: 5px;

}
#left ul {
font-size: 14px; font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
padding: 0 0 0 0;

}
#left h2 {
font-size: 20px;
font-weight: 100;
letter-spacing: -2px;
padding: 5px 0 5px 0;
}

#right {
background: #000;
border-style:solid;
border-color:red blue;
border-width:1px;
margin-top: 5px;
float: right;
width: 600px;
text-align: left;
padding: 10px;
}

#right2 {
background: #000;
border-style:solid;
border-color:red blue;
border-width:1px;
margin-top: 5px;
float: right;
width: 600px;
text-align: justify;
padding: 10px;
}

}
#right ul {
font-size: 12px; font-family: Arial, Helvetica, sans-serif;
list-style-type: round;
padding: 0 0 0 0;

}


#right h2 {
font-weight: 100;
letter-spacing: 0x;
font-size: 28px;
padding: 55px 0 10px 0;
}

#right h2 a {
color: blue;
}
#right h2 a:hover {
color: red;
text-decoration: none;
}

#right h3 {
font-weight: 100;
letter-spacing: 0x;
font-size: 20px;
padding: 5px;
}
#right h3 a {
color: blue;
}
#right h3 a:hover {
color: red;
text-decoration: none;
}

#footer {
background: #000;
border-style:solid;
border-color:red blue;
border-width:1px;
font-size: 10px;
text-align: center;
margin-top: 5px;
padding: 5px 0;
}