/* Start of CMSMS style sheet 'theme: CMG Splash CSS' */
/*
  @Stylesheet by [Mete Cem Kuzu]

  @Based on :
  -  icms.info/
 
  --------------------------------------------------------------- 
*/
* {
	margin:0;
	padding:0;
	outline:0
}
body {
	font:12px/165% "Lucida Grande",sans-serif;
	color:#393939;
	margin:0;
	padding:0 0 50px 0;
        background: #dbdada;
}
/* Links */
a {
	text-decoration:none;
	color:#A56F38;
}
a:hover {
	background:#F0f0f0;
	color:#000;
	border-bottom: 1px dotted #000;
}




/* ------------------------------------------ LAYOUT------------------------------------------- */ 
#wrappermain{
margin: 0 auto;
}

#logopic{
    background: none repeat scroll 0 0 #DBDADA;
    height: 70px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

#logopic img{
border: none;
padding: 0;
}

#logopic a{
text-decoration: none;
border: none;
outline: none;
}


/* footer */

#footer {
    color: #7b7b7a;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    text-align: right;
    width:1060px;
}

/* End of 'theme: CMG Splash CSS' */

