html, body { height: 1%; } 

body { 
        font-family:Arial, Helvetica, sans-serif; 
        font-size:12px; 
        margin:0px 0px 0px 0px; 
        padding:10px 0px 0px 0px; 
        background-color:#282828; 
        
} 

h1, h2, h3, h4, h5, h6, p { color: #00008B; margin: 0px;} 
h1, h2, h3, h4, h5, h6 { font-weight: bold; } 
h1 { font-size: 19px; } 
h2 { font-size: 17px; } 
h3 { font-size: 15px; } 
h4 { font-size: 13px; } 
h5 { font-size: 11px; font-weight: normal; } 
h6 { font-size: 9px; font-weight: normal; } 
p { font-size: 11px; } 
a { text-decoration: none; color: #00008B } 
a:hover { color: #FF0000; text-decoration: underline; } 

.container { 
        width:984px; 
        margin: 0 auto; 
        background-color:#FFF; 
        border: 1px solid black; 
} 

.containerTop { 
        border-bottom: 1px solid #000; 
        width:100%; 
        height:1%; 
        text-align:center; 
} 

.containerContents{ 
        padding: 8px; 
        height:1%; 
} 

.menuContainerLeft{ 
        position:relative; 
        width : 130px; 
        float: left; 
        border: 0px solid red; 
        height:1%; 
        margin:0px; 
        clear: both; 

} 

.menuContainerRight{ 
        position:relative; 
        float: right; 
        width : 130px; 
        float: right; 
        border: 0px solid red; 
        height: 1%; 
        width : 130px; 
        margin: 0px; 
} 



.contents{ 
        position:relative;      
        margin-left:138px; 
        margin-right:138px; 
		margin-bottom:10px; 
        padding:5px; 
        border: 1px solid blue; 
        height:1%; 
} 

.menu{ 
        height:1%; 
        border: 1px solid blue; 
        margin-bottom: 7px; 
} 

.menuTop { 
        border: 1px solid blue; 
        background-color: #75A8ff; 
        padding: 2px; 
        color: #FFF; 
        font-weight:bold; 
} 

.menuContents { 
        border: 1px solid blue; 
        padding: 2px; 
} 
.footer{ 
        border-top: 1px solid black; 
        text-align:center; 
} 

.blogContainer{ 
        height:1%; 
        
        padding:0px; 
} 
.blogTop{ 
        height:50px; 
        
} 
.blogContents{ 
        border-top: 1px solid #000; 
        padding:4px; 
        
} 
.blogBottom{ 
        border-top: 1px dashed #000; 
        padding:4px; 
} 

.blogDate { 
        float:left;  
        padding:7px; 
        margin-right:7px; 
        text-align:center; 
        border:1px solid #000; 
        background-color:#EEEEEE; 
        font-weight:bold; 
} 

.testBox { 
        width:100%; 
        border:0px solid #000; 
} 
