/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/
/* Colors

black: black

white: white

dark-blue: #254C69

med-blue: #3B7EAB

light-blue: #52A9F0

dark-orange: #C65527

med-orange: #FF8B32

light-orange: #FBB73C

dark-grey: #121212

End Colors */

/* body start */

body {
margin: 0;
padding:0;
background-color:#121212;
background-image: url(../images/TES_BG_01.gif);
background-repeat:repeat-x;
color: black;  
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/* body end */





/* links start */

a {
color: black;
text-decoration: none;
}

a:hover {
color: white;
text-decoration:none;
}

/* links end */





/* list start */

ul {
margin:0 0 0 0;
list-style-type: none;
}

li {
margin:0 0 0 0;
}

/* list end */





/* typography start */

h1 {
font-size: 26px;
font-weight: bold;
color: #254C69;
}

h2 {
font-size: 24x;
font-weight: bold;
color: #254C69;
}

h3 {
font-size: 20px;
font-weight: bold;
color: #254C69;
}

h4{
font-size: 18px;
font-weight: bold;
color: #254C69;

}

h5{
font-size: 14px;
font-weight: bold;
color: #254C69;
}

p {
font-size: 12px;
font-weight: none;
color: black;
}

/* typography end */
	




/* container start */

#container {
background-image:url(../images/TES_BG_03.jpg);
background-repeat: repeat-y; 	
margin:auto;
width:670px;
background-color: black;
border:none;
}

/* container end */




/* header start */

#header {
margin:0;
padding:0;
padding-top: 198px;
height:78px;
background-color:black;
background-image: url(../images/TES_HEAD.jpg);
background-repeat: no-repeat;
}

#header ul {
margin: 0;
padding: 0;
height: 16px;
width: 655px;
text-align: right;
padding-right: 15px;
}

#header ul li {
padding: 0;
display: inline;
}

#header ul li a:link {
display: inline-block;
padding: 1px 5px 0 5px;
height: 15px;
}

#header ul li a:visited {
display: inline-block;
padding: 1px 5px 0 5px;
height: 15px;
}

#header li a:hover {
background-color: #52A9F0;
}

/* header end */





/* left column start */

#leftColumn {
float:left;
margin:0;
padding:0;
width:185px;
height: 350px;
background-color: blue;
}

/* left column end */





/* right column start*/

#rightColumn {
width: 485;
height: 350px;
margin:0;
padding:0;
background-color: red;
}

/* right column end*/





/* footer start*/

#footer {
background-image: url(../images/TES_FOOT.jpg);
background-repeat: no-repeat;
background-color:black;
height:60px;
margin:0;
padding:0;
padding-top: 37px;
}

#footer ul {
font-family:Arial, Helvetica, sans-serif;
height: 21px;
width: 670px;
text-align: center;
font-size: 9px;
}

#footer ul li {
padding: 0;
display: inline;
}

#footer ul li a:link {
display: inline-block;
padding: 6px 3px 0 3px;
height: 15px;
}

#footer ul li a:visited {
display: inline-block;
padding: 6px 3px 0 3px;
height: 15px;
}

#footer li a:hover {
background-color: #52A9F0;
}

/* footer end */





/* copyright start */

#copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
padding-bottom: 10px;
color: #FBB73C;
}

/* copyright end */



