/**common css**/
*{margin:0px;padding:0px}
body{font-family:arial;background:#FFFFFF}
.clear{clear:both}
ul{list-style-type:none}

/**wrapper**/
#wrapper{width:1000px;height:800px;margin:10px auto;background:#000040}

/**header**/
#header{width:100%;height:100px;background:#000040}
#naviagtion ul{float:left;width:100%}
#navigation ul li{width:140px;float:left;font-size:18px;margin:30px;padding:6px;text-align:center;background:#0080FF}
#navigation ul li a{color:white;text-decoration:none}
#services{}
#slide{background:#E3353C;display:none}
/**content**/
#content{width:100%;height:600px;background:#C0C0C0}

/**footer**/
#footer{width:100%;height:100px;background:#00FF80}



