#mainBody{
	font: 12px arial, verdana;
	padding: 15px;
	float: left;
}

#mainBody i{
    color: #41626b;
    font-size: 10px;
    font-weight: bold;
}
#mainBody h2{
    color: #41626b;
    font: italic bold 20px georgia, arial;
    margin: 0px 0px 10px 0px;
}

#picContainter{
    width: 734px;
	float: left;
	border-left: solid 1px #ffffff;
	background-color: #41626b;
}
#picContainter img{
    float: left;
	border-right: solid 1px #ffffff;
}
#picContBodyLong{
    font: 10px arial;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    float: left;
    width: 350px;
}
#picContBody{
    font: 10px arial;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    float: left;
    width: 189px;
}
#picContBody li{
    color: #ffffff;
}
#picContBody ul{
    margin: 0px;
	padding: 0px 0px 0px 10px;
}

#picBox{
    margin: 20px 20px 0px 0px;
    width:130px;
    float:right;
    background-color: #eaf2f4;
    padding-bottom: 10px;
}
#picBox h2{
    color: #41626b;
    font: italic bold 12px georgia, arial;
    margin: 0px 0px 10px 0px;
    background-color: #ffffff;
    border-bottom: solid 1px #bcdee6;
}
#picBox img{
    float: left;
	margin: 0px 10px 10px 12px;
}

#commentsBox{
    margin: 0px 0px 10px 10px;
    float:right;
    background-color: #eaf2f4;
    padding-bottom: 10px;
}
#commentsBox h2{
    color: #41626b;
    font: italic bold 12px georgia, arial;
    background-color: #ffffff;
    border-bottom: solid 1px #bcdee6;
}

#leftNav{
	width: 164px;
	height: 446px;
	float: left;
	border-right: solid 1px #c8e5eb;
	background: url(images/leftNavBG.gif) no-repeat #bcdee6;
	padding-top: 78px;
}
#leftNav ul{
	margin: 0px;
	padding: 0px;
}
#leftNav li{
	font: bold 11px georgia;
	list-style-type: none;
	padding-top: 5px;
}
#leftNav .leftMain{
    padding-left: 28px;
}
#leftNav .leftSub{
    font-size: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#leftNav .leftSub li{
    font-size: 10px;
}

#rates{
    padding: 10px 20px 10px 20px;
    float: left;
}
#rates tr{
    background-color: #ffffff;
}
#rates tr.alt{
    background-color: #d5edf1;
}
#rates th{
    font: 12px arial;
    color: #ffffff;
    background-color: #2c3133;
    text-align: center;
}
#rates td{
    font: 12px arial;
    text-align: center;
    padding: 5px 0px 5px 5px;
}

ul.rates{
    margin: 20px;
	padding: 0px;
}
li.rates{
    list-style-image: url(images/li_small.gif);
    padding-top: 3px;
}

.emailMsg{
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}