*
{
    margin:0 auto;
    padding:0;
}

body 
{
    width:1000px;
    font-family:doctum,arial;
    font-size:12px;
    background:#f0f0f0;    
}

/* -------------------------------------------------- header Css */

header 
{
    margin:0;
    padding:0;
    text-align:center;
    background:#fff;
    border:3px solid #DBDBDB;
    border-radius: 7px !important; 
    border-bottom-left-radius:7px !impotant;
    border-bottom-right-radius:7px !impotant;
}

/* -------------------------------------------------- nav Css */

nav
{
    margin:0;
    padding:0;
    text-align:center;
    background:#fff;
    border:3px solid #DBDBDB;
    border-radius: 7px !important; 
    border-bottom-left-radius:7px !impotant;
    border-bottom-right-radius:7px !impotant;
}

/* -------------------------------------------------- section Css */

section 
{
	width:700px;
	background:#fff;
	border:3px solid #DBDBDB;
	float:left;		
	border-radius: 7px;	
}

/* -------------------------------------------------- article Css */

article
{
    padding-bottom:10px;
}

/* -------------------------------------------------- aside Css */

aside 
{
	width:280px;
	background:#fff;
	border:3px solid #DBDBDB;
	float:right;		
	border-radius: 7px;	
}

/* -------------------------------------------------- footer Css */

footer
{
    clear:both;
    text-align:center;
    background:#fff;
    border:3px solid #DBDBDB;
    border-radius: 7px !important; 
    border-bottom-left-radius:7px !impotant;
    border-bottom-right-radius:7px !impotant;
}