﻿body {
    background: #ff3819 ;
    text-align:center;
}
#main{
    width: 1000px;
    height: 600px;
    background: #C0C0C0;
    margin: 25px auto;
    border: solid 2px #ff3819;
    padding: 10px;
}

nav{
height: 42px;
background-color: cornflowerblue;

}

nav ul{
list-style:none;

}
nav ul li a{
float:left;
text-decoration:none;
color:#FFFFFF;
padding: 0px 40px;

}


h1{
    text-align: center;
    font-family:"Times New Roman";
    font: 24pt;
    color: #ff3819;
}
h2{
    height: 1px;
    color: #ff3819;
}
p {
    font-family: Calibri;
    font-size: 14pt;
    text-align: left;
    text-indent: 48px;
    color: #2f2d2d;
}
        html {font-family:Arial,Helventica, sans-serif; color: #333;}
        body{background:#ccc; margin:0;}
        #container{width:600px;margin:0 auto; background: #fff;}
        #header{float:left; width:40px;height:40px;margin:10px; background:#333;}
        #logo{float:left;width:40px;height:40px; margin:10px; /*background:#ccc;*/}
        #top_info{float:right;width:40px;height:40px; margin:10px;}
        #navbar{height:20px; clear:both;}
        #navbar ul{margin:0; padding:0; list-style:none;}
            #navbar ul li{
                 padding:10px; float:left;
            }
                #navbar ul li a {
                    font-size: 12px;
                    float: left;
                    padding: 0 0 0 20px;
                    
                    display: block;
                }
                #banner{background:#666; height:120px; clear:both; padding:20px;}
                #left_col{float:left;width:250px; height:200px;border:1px solid #333; color:#FFF; background:#A9A9A9; padding:20px;}
        #right_col {
            float: right;
            width: 250px;
            height: 200px;
            border: 1px solid #333;
            color: #FFF;
            background:#A9A9A9 ;
            padding:20px;
        }
#footer{padding:20px;clear:both; text-align:left;}

   