/*******************************************************
TITLE: Fluid Two-Column Layout (Basic) V1.0 (Beta)
DATE: 20060418
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:0;
padding:0;
background-color:#ddd09f;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
cursor:url(images/cursor.ico);
}

a:link {
color:#339900;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

a:active {
text-decoration:none;
}

a:visited {
text-decoration:none; 
}

blockquote {
margin:1em;
padding:.5em;
font-size:.9em;
background-color:#cccccc;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}

blockquote p {
margin:.2em;
}

#header {
margin:2em 2em 0 2em;
padding:1em 1.5em;
height:5em;
background-color:#ddd09f;
/* border:1px solid #eeeeee; */
}

#header h1 { 
margin:0; 
padding:0;
font-size:1.2em;
}

#header a {
text-decoration:none;
}

#headerRight {
top:50px;
right:100px;
background-color:#ded09f;
position:absolute;
}

#leftColumn {
position:absolute;
left:2.25em;
top:10.3em;
width:14em;
margin:0;
padding:1em .5em 2em .5em;
background:#ddd09f;
/* border:1px solid #eeeeee; */
font-size:.9em;
}

#leftColumn h2 { 
margin:0 0 -1em 0; 
padding:0;
font-size:1em;
letter-spacing:.1em;
}

#leftColumn ul { 
margin:1.5em 0 0 0; 
padding:0;
list-style:none;
}

#leftColumn li { 
margin:0 0 .4em 0; 
padding:0;
}

#leftColumn li a { 
margin:0 0 0 .2em;
color:#cc0000;
text-decoration:none; 
}

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

#centerColumn {
right:2.25em;
margin-top:.2em;
margin-left: 17.50em;
margin-right:2.25em;
voice-family: "\"}\"";
voice-family: inherit;
margin-left:17.50em;
margin-right:2.25em;
padding:1em .5em 2em .5em;
background:#ddd09f;
font-size:.9em;
}

html>body #centerColumn {
margin-left:17.50em;
margin-right:2.25em;
}

#centerColumn h2 { 
margin:0 0 -1em 0; 
padding:0;
font-size:1em;
letter-spacing:.1em;
}

#content {
width:750px;
height:527px;
}

#top {
width:750px;
height:61px;
}

#top1 {
width:250px;
height:61px;
float:left;
}

#top2 {
width:473px;
height:61px;
background-image: url(images/topLine.gif); 
float:left;
}

#top3 {
width:27px;
height:61px;
background-image: url(images/corner.gif);
float:right; 
}

#center {
width:750px;
min-height:405px;
}

#center1 {
width:11px;
min-height:405px;
background-image: url(images/leftBorder.gif);
float:left;
}

#center2 {
width:712px;
height:405px;
overflow:auto;
overflow-x:hidden;
float:left;
}

#center3 {
position:static;
width:27px;
min-height:405px;
background-image: url(images/rightBorder.gif);
float:right; 
}

#bottom {
width:750px;
height:61px;
}

#bottom1 {
width:250px;
height:61px;
background-image: url(images/leftUnder.gif);
float:left;
}

#bottom2 {
width:473px;
height:61px;
background-image: url(images/underRepeat.gif);
float:left;
}

#bottom3 {
width:27px;
height:61px;
background-image: url(images/rightUnder.gif);
float:right; 
}

#tags {
margin:0 0 .5em 0;
width:10em;
float:left;
border:none;
text-align:left;
}

#tags img {
border:none;
}

#tags p {
margin:0 0 .25em 0;
}

#tags a {
font-size:.7em;
color:#cc0000;
}