/*
Kletter Massive 
Developed by Schahryar Fekri - http://www.schahryar.com
*/


body {
background-color: #87A4D7;
margin:0px; padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:black;
}

a:link {
text-decoration:underline;
color:#CCCCCC;
}

a:visited {
text-decoration:underline;
color:#CCCCCC;
}

#body_table {
height:100%;
}

#header {
background-image:url(../images/bgs/header.gif);
text-align:center;
height:162px;
}

#menu {
background-image:url(../images/bgs/menu.gif);
text-align:center;
height:23px;
}

#menu_button_1st {
border-right-color:#FFFFFF;
border-right-style:solid;
border-right-width:1px;
border-left-color:#FFFFFF;
border-left-style:solid;
border-left-width:1px;
text-align:right;
padding-right:7px;
}

#menu_button {
border-right-color:#FFFFFF;
border-right-style:solid;
border-right-width:1px;
text-align:right;
padding-right:7px;
}

#body_content {
background-image:url(../images/bgs/body_content.gif); background-repeat:repeat-x;
text-align:center; vertical-align:top;
}

.content_column {
font-size:14px;
color:white;
}

.content_small {
font-size:12px;
color: #000099;
}

.font_price {
font-size:14px;
color: #000000;
font-weight: bold;
}
.font_examples {
font-size:14px;
color: #000000;
font-style: italic;
}