/* 
    Document   : default
    Created on : 2012.02.08., 9:45:12
    Author     : Osse
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
/*css reset*/
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*css reset end*/
body{
	background-color:#EAECFF;
	margin:0;
	padding:0;
	text-align:center;
	font-family:verdana sans serif arial;
}
div{
	padding: 1px 0;
}
#main-wrapper{
	margin: 0px auto;
	width:90%;
	background-color:;
}
#main-menu {
    width:100%;
    background-color: lightsteelblue;
}
#main-menu li{
    display: inline;
}

#sub-menu {
    width:100%;
    background-color: lightsteelblue;
}
#sub-menu li{
    display: inline;
}
#left{
    background-color: lavender;
    float: left
}
#content{
    background-color: lightpink;
    float: right;
}
#rigth{
    background-color: lightgreen;
    float: right;
}

