
/* =General-----------------------------------------------------------------------------*/

html{height: 100%}
p{margin: 0;padding: 0;}
blockquote{}
ul{margin: 0;padding: 0;list-style: none;}
.clear{ /* Class for clearing floats */clear:both;}
img{ /* Remove border around linked images */border: 0;}

/* =Typography-----------------------------------------------------------------------------*/

body{ height:100%; margin:0px; padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: left; color: #333; background: #edebd5 url(../../img_index/bg.jpg) top center no-repeat; }

/* =Headings-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{ font-family: Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0;}
#leftCol h1{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#612022; font-size:15px; padding-bottom: 3px;}

/* =Link-----------------------------------------------------------------------------*/

#rightCol a{ display: block; text-align:left; padding: 2px 0; color: #FFF; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-decoration: none;}
#rightCol a:hover{ text-decoration: underline;}

/* =Frame-----------------------------------------------------------------------------*/

#wrap{ width:903px; height:100%; margin:0 auto; }
#header{ width:100%; height:150px; background:transparent url('../../img_index/bg_header.jpg') top left no-repeat; }
#middle{ width:895px; height:407px; padding:4px; background:transparent url('../../img_index/bg_middle.jpg') top left no-repeat; }

#leftCol{ width:447px; height:100%; float:left; }
#leftColTop{ padding:5px; }
#leftColTop p{ line-height: 12px; font-size: 110%; }
#leftColBottom{ padding:5px; }
#leftColBottom p{ line-height: 12px; font-size: 110%; }

#rightCol{ width:447px; height:100%; float:right; }

#middleCol{ width:427px; padding:10px; height:182px; margin-bottom:3px; background:transparent url('../../img_index/bg_middleCol.jpg') top left no-repeat;  }
#middleColTopLink{  padding:0; }
#middleColBottomLink{ padding:0; }
#middleColPic{ height:142px; width:428px; margin-bottom: 5px; background:transparent url('../../img_index/img_middleCol.jpg') top left no-repeat; }

#bottomCol{ width:427px; padding:10px; height:182px; background:transparent url('../../img_index/bg_rightCol.jpg') top left no-repeat;  }
#bottomColTopLink{  padding:0; }
#bottomColBottomLink{ padding:0; }
#bottomColPic{ height:142px; width:428px; margin-bottom: 5px; background:transparent url('../../img_index/img_rightCol.jpg') top left no-repeat; }

#footer{ width:100%; height:30px; text-align:right; color:#414141; font-size:11px; line-height:30px; }


