body {
    font-family: "Lucida Sans", "Times New Roman";
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #333399;
}

html, body, #wrapper, h1, #nav, #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}



img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 750px;
    position: relative;
}

h1 {
margin: 0px;
color: blue; 
font-size:20px; 
font-weight: bold;
font-style: italic;
font-family: "Times New Roman", "Myriad Pro";
}


h2 {
margin: 0px;
color: purple; 
font-size:46px; 
font-weight: bold;
font-style: italic;
font-family: "Times New Roman", "Myriad Pro";
}

h3 {
margin: 0px;
color: purple; 
font-size:26px; 
font-weight: bold;
font-style: italic;
font-family: "Times New Roman", "Myriad Pro";
}

h4 {
margin: 0px;
color: purple; 
font-size:38px; 
font-weight: bold;
font-family: "Times New Roman", "Myriad Pro";
}

h5 {
margin: 0px;
color: purple; 
font-size:26px; 
font-weight: bold;
font-family: "Times New Roman", "Myriad Pro";
}

h6 {
margin: 0px;
color: Fuchsia; 
font-size:18px; 
font-weight: bold;
font-family: "Lucida Sans", "Times New Roman";
}

h7 {
margin: 0px;
color: blue; 
font-size:20px; 
font-weight: bold;
font-style: italic;
font-family: "Times New Roman", "Myriad Pro";
}


p {
    margin: 1em 0;
    padding: 0;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}

* html .clear {
    margin-top: -5px;
    margin-bottom: -4px;
}

.left {
    float: left;
    margin: 1px 8px 0px 0px;
}

.right {
    float: right;
    margin: 1px 0px 0px 8px;
}

.softright {
    text-align: right;
}

.readmore {
    text-align: right;
    padding-right: 1em;
}

/* ***** */

body {
    background: #8000FF;
}

#wrapper {
    width: 750px;
    background: #fff;
    border: 1px solid #fff;
}

* html #wrapper {
    width: 750px;
    w\idth: 750px;
}

h1 {
    padding: 9px 18px
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:link { 
	font-family:Times New Roman;
	font-size:12px;
	text-decoration: none; 
	color:"#999900"; 
}
a:visited {
	font-family:Times New Roman;
	font-size:12px;
	text-decoration: none; 
	color:"#009900"; 
}
a:active { 
	font-family:Times New Roman;
	font-size:12px;
	text-decoration: none; 
	color:"#999900"; 
}
a:hover {
	font-family:Times New Roman;
	font-size:12px;
	text-decoration: underline; 
	color: red;
}


/* nav */

* html .clear {
    margin-top: 0;
    margin-bottom: 0;
}



/* right */

#right {
    width: 370px;
    float: right;
    border-top: 1px solid #bdbdbd;
    background: url(images/body_tr_bg.gif);
}

#right .right {
    margin-left: 1px;
}

#right #products {
    float: left;
    width: 188px;
}

#right #products div {
    border-top: 1px solid #bdbdbd;
    padding: 10px 10px 0 10px;
}

#right #products #item-one {
    border-top: none;
}

#right #products h2 {
    clear: both;
}

#right #news {
    float: right;
    width: 165px;
    margin: 10px 10px 0 0;
    display: inline;
}

#right #news h2 {
    margin-bottom: 0.5em;
}

#right #news h3 {
    margin-bottom: -0.4em;
}

/* footer */

#footer {
    color: #fff;
    background: #8000FF;
    text-align: center;
    padding: 8px 0;
    width: 750px
}

#footer a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

#footer a:hover {
    color: #f8cde3;
}

