/*Global Initialise*/
* {
margin: 0;
padding: 0;
}

img {
border:0;
display: block;
}

html body {
background: #FFFFFF;
text-align: center;
}

#content {
width: 890px;
margin: 0 auto;
text-align: left;
}

/*main*/
#main {
width: 100%;
min-height: 670px;
overflow:auto;
background-color:#000000;
}

#leftMain {
float: left;
width: 194px;
height: 670px;
min-height: 670px;
}

#rightMain {
float: right;
width: 696px;
background-color:#FFFFFF;
}

#flash {
width: 696px;
height: 193px;
z-index:-1;
}
/*end of Main*/

/*mainContent*/
#mainContent {
width: 100%;
_height: 443px;
min-height: 443px;
}

#wholeMainContent {
width: 686px;
_height: 432px;
min-height: 432px;
margin: 20px 0 0 10px;
}

#leftMainContent {
float: left;
width: 465px;
margin: 20px 0 0 10px;
}

#rightMainContent {
float: right;
}

#poll {
width: 182px;
height: 190px;
border: solid #FFFFFF 1px;
margin: 5px;
_margin: 5px 0 5px 5px;
}

#pollContent {
background: url(../images/pollBg.gif) no-repeat;
width: 100%;
height: 152px;
}

#account {
width: 182px;
height: 110px;
border: solid #FFFFFF 1px;
margin: 5px;
_margin: 5px 0 5px 5px;
}

#login {
background: #FF0000;
width: 100%;
height: 80px;
}
/*end of MainContent*/

.yesBar {
background: #DDDDDD;
width: 400px;
height: 21px;
clear:both;
}

.noBar {
background: #EEEEEE;
width: 400px;
height: 21px;
clear:both;
}

.pollBar {
background:url(../images/pollBar.gif) repeat-x;
height: 20px;
float:left;
}

#footer {
width: 100%;
min-height:25px;
clear: both;
}

