/** linda freeman css **/

/* by boris grudinin */
/* http://www.connexion.co.uk/ */
/* ---------------------------- */

/* ---------------------------- */
/*** main styles ***/

* { margin: 0; padding: 0; }
body { background: #ffffff; font-family: Trebuchet MS, arial, helvetica, sans-serif; padding: 20px 0px; }

/* ---------------------------- */
/*** setting up the page ***/

#main { position: relative; width: 870px; margin: 0 auto; background: url(../img/bg.jpg) left top no-repeat #97b8e0; min-height: 570px; border: 30px solid #003f5f; padding: 15px 25px; }
#content { overflow: hidden; }

/* ---------------------------- */
/*** main ***/

#main p { letter-spacing: -1px; color: #5d6472; margin-bottom: 10px; line-height: 140%; }
#main img { margin-bottom: 185px; }

/* ---------------------------- */
/*** content ***/

#content div.left { float: left; width: 350px; }
#content div.right { float: right; width: 500px; margin-right: -5px; }

#content div.left p { font-size: 100%; margin-bottom: 25px; letter-spacing: normal; }
#content div.right p { clear: both; margin-bottom: 0; font-size: 100%; }
#content div.right p span { display: block; padding-top: 4px; }
#content div.right p strong { color: #0079c1; font-weight: normal; letter-spacing: normal; }

#content div.right ul { font-size: 75%; overflow: hidden; list-style: none; margin-bottom: 15px; line-height: 140%; }
#content div.right ul li { color: #0079c1; background: url(../img/bullet.jpg) left 5px no-repeat; padding-left: 15px; float: left; margin-right: 5px; width: 145px; }
#content div.right ul li.header { color: #6d6e70; font-size: 115%; background: none; float: none; padding-left: 0; margin-bottom: 3px; }
#content div.right ul li span { color: #6d6e70; }

#content div.right a { color: #0079c1; }
#content div.right a:hover { text-decoration: none; }