﻿/*
####################################################
# Main Layout Styles
####################################################
*/

*{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html{
    height: 100%;
}

body {
    height: 100%;
    font-size: 75%;
    text-align: center;
    background-image: url(../_img/bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #3e3b3b;
}

#wrapper {
    margin: 0 auto;
    width: 945px;
    text-align: left;
    margin-top: 10px;
    
     font:normal 12px/17px Courier New,"Verdana", Arial, Sans-Serif;
     color: #fff;
}

#left {
    float: left;
    width: 480px;
}

#right {
    float: left;
    display: inline;
    width: 450px;
}




#contentImg {
    
}

#contentImg img, #contentImg img a{
    border: 0px;
    display: block;
    border: solid 5px #fff;
}

#contentTitle {
    margin: 205px 0px 0px 20px;
    width: 460px;
}

#contentText {
    margin: 120px 0px 0px 20px;
    width: 460px;
}

/*
####################################################
# Fonts
####################################################
*/

h1{
    font:bold 12px/16px Courier New,"Verdana", Arial, Sans-Serif;
    color: #000;
    margin-bottom: 10px;
}

h2{
    font:bold 12px/16px Courier New,"Verdana", Arial, Sans-Serif;
}

p{
    margin-bottom: 20px;
}

a, a:visited{
    color: #000;
    text-decoration: underline;
}

a:hover{
    color: #999;
    text-decoration: underline;
}
