body{
margin: 0px 0px;
padding:0px;
text-align: center;
font-family: arial,verdana;
font-size: 12px;
background-image: URL('images/tile.gif');
background-repeat: repeat-x;
}

#site_template{
width: 820px;
margin: 0px auto;
text-align: left;
}

.banner_top{
float: left;
width: 820px;
height: 110px;
}

.left_col{
float: left; 
width: 228px;
}

.right_col{
float: right;
width: 592px;
}

.cm_title{
font-weight: bold;
font-size: 16px;
}

.cm_logo{
float: left;
width: 228px;
}

.cm_banner{
float: right;
width: 592px;
}

.cm_side_1{
float: left;
width: 228px;
}

.cm_strathcom{
float: right;
margin-top: 5px;
margin-right: 13px;
}

.cm_navigation{
float: left;
}

.cm_navigation div a{
height: 53px;
overflow: hidden;
display: block;
}

.cm_navigation div img{
display: none;
}

/*HOME BTN*/

.cm_navigation_home{
position: relative;
margin: 0;
padding: 0;
width: 73px;
height: 53px;
float: left;
}

.cm_navigation_home a{
background-color: transparent;
background-image: URL('images/cm_btn1.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.cm_navigation_home a:hover{
background-color: transparent;
background-image: URL('images/cm_btn1.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

/*ABOUT BTN*/

.cm_navigation_about{
position: relative;
margin: 0;
padding: 0;
width: 123px;
height: 53px;
float: left;
}

.cm_navigation_about a{
background-color: transparent;
background-image: URL('images/cm_btn2.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.cm_navigation_about a:hover{
background-color: transparent;
background-image: URL('images/cm_btn2.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

/*HOW IT WORKS BTN*/

.cm_navigation_works{
position: relative;
margin: 0;
padding: 0;
width: 123px;
height: 53px;
float: left;
}

.cm_navigation_works a{
background-color: transparent;
background-image: URL('images/cm_btn2.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.cm_navigation_works a:hover{
background-color: transparent;
background-image: URL('images/cm_btn2.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

/*APPLY NOW BTN*/

.cm_navigation_apply{
position: relative;
margin: 0;
padding: 0;
width: 105px;
height: 53px;
float: left;
}

.cm_navigation_apply a{
background-color: transparent;
background-image: URL('images/cm_btn3.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.cm_navigation_apply a:hover{
background-color: transparent;
background-image: URL('images/cm_btn3.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

/*FAQ BTN*/

.cm_navigation_faq{
position: relative;
margin: 0;
padding: 0;
width: 60px;
height: 53px;
float: left;
}

.cm_navigation_faq a{
background-color: transparent;
background-image: URL('images/cm_btn4.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.cm_navigation_faq a:hover{
background-color: transparent;
background-image: URL('images/cm_btn4.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}

/*CONTACT US BTN*/

.cm_navigation_contact{
position: relative;
margin: 0;
padding: 0;
width: 114px;
height: 53px;
float: left;
}

.cm_navigation_contact a{
background-color: transparent;
background-image: URL('images/cm_btn5.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

.cm_navigation_contact a:hover{
background-color: transparent;
background-image: URL('images/cm_btn5.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
}


.cm_sidenav{
float: left;
width: 114px;
}

.cm_content{
width: 523px;
border-left: 10px solid #b80608;
border-right: 10px solid #b80608;
padding: 10px;
}