/*---------------------------------------------
Global Style Sheet v.A

Version:	1.0
Site: 		www.christophermalec.com
-----------------------------------------------*/

* {
margin: 0; 
padding: 0; }

body {
background: #fff;}

img { 
border: 0; }

.clear {
clear: both; }
	
/*STRUCTURE*/

#wrapper { 
width: 860px;
margin: 60px 0 0 50px; }

#legal { }

.masthead { 
margin: 0 0 30px 0; }

#nav { 
float: left; 
width: 120px; }

#content {
float: right; }

#content img {
background: #ccc;
float: left;
margin: 0 0 6px 6px; }

.home_image {
background: #ccc;
float: left;
margin: 0 0 6px 6px;
width: 706px; }

.detail {
background: transparent url(../_images/bg_detail.png);
_background: #eee;
_background-image: none;
float: left;
margin: 0;
height: 80px;
width: 350px; }

/* GLOBAL TYPOGRAPHY */

ul { 
margin: 0 0 32px 0;
padding: 0;
list-style-type: none; }

li {
font-family: "Times New Roman", Times, Georgia;
font-size: 11px;
line-height: 24px;
color: #000;}

li a:link, li a:active, li a:visited  { 
color: #666; 
text-decoration: none; }

li a:hover  { 
color: #000; 
text-decoration: underline; }

a:link, a:active, a:visited, a:hover  { 
text-decoration: none; }

p {
font-family: "Times New Roman", Times, Georgia;
font-size: 11px;
line-height: 14px;
width: 400px;
margin: 4px 0 14px 0;
color: #000;}

p a:link, p a:active, p a:visited { 
color: #666;
text-decoration: none; }

p a:hover  { 
color: #000;
text-decoration: underline; }

.descrip {
font-family: "Times New Roman", Times, Georgia;
font-size: 11px;
line-height: 16px;
color: #000; 
margin: 4px 8px 8px 8px;}

.note {
font-family: "Times New Roman", Times, Georgia;
font-size: 10px;
line-height: 14px;
color: #999; 
margin: 10px 0 0 0;}