body { 
line-height: 1.4;
font-size: 12px;
background: #000;
margin: 0;
padding: 0;
color: #fefefe;
}

a { color: #FFDCAF; text-decoration: none;}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; }
h2 { margin: 0; padding: 0; }

#wrap { 
width: 800px;
margin: 0 auto;
background: #171717;
}

#header {
height: 90px;
background: url(../image/header.jpg) no-repeat;
}
#header .titlename {
margin: 0;
padding: 15px 0 0 10px;
font-weight: 100;
font-size: 25px;
letter-spacing: -1px;
color: #FFE3BF;
}
#header .titlename a { text-decoration: none; color: #FFE3BF; }
#header .titlename a:hover { text-decoration: none; border-bottom: 1px solid #FFE3BF; }

#header .titlecomment { padding: 0 0 0 10px; margin: 0; color: #eee; font-weight: 100; font-size: 16px; }

#menu {
background: url(../image/menu.jpg) no-repeat;
height: 40px;
line-height: 30px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-size: 12px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
background: url(../image/menuover.png) repeat-x;
}

#contentwrap {
padding: 0 0 0 10px;
}

#content {
margin-top: 10px;
float: left;
width: 540px;
}

#content h1 {
margin: 0;
color: #FFDCAF;
line-height: 30px;
font-size: 18px;
font-weight: 100;
}
#content h2 {
margin: 0;
color: #FFDCAF;
line-height: 30px;
font-size: 17px;
font-weight: 100;
}

#content h3 {
margin: 0;
color: #FFDCAF;
line-height: 30px;
font-size: 16px;
font-weight: 100;
}

#content h4 {
margin: 0;
color: #FFDCAF;
line-height: 30px;
font-size: 16px;
font-weight: 100;
}

#content p { padding: 0 0 10px 0; color: #fefefe;}
#content ul { padding: 0 20px 10px 30px; }

.box {
	margin:0 0 40px 0;
}
.box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}

#content .imagefull {
	width: 100%;
	margin: 10px 0;
}
#content .imageleft {
	float: left;
	width: 250px;
	margin: 10px 10px 10px 0;
}
#content .imageright {
	float: right;
	width: 250px;
	margin: 10px 0 10px 10px;
}

#content .imagefull img,#content .imageleft img,#content .imageright img {
	max-width: 100%;
}


#sidebar {
float: right;
width: 220px;
margin-top: 10px;
}

#sidebar .submenu {
background: url(../image/sidebarh3.jpg) no-repeat;
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #fff;
}

#sidebar p { padding: 0 10px 10px 10px; color: #eee; }

#sidebar ul {
padding: 10px 0 25px 30px;
margin: 0;
list-style-type: circle;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#footer { 
text-align: center;
color: #fff;
font-size: 12px;
background: url(../image/footer.jpg) no-repeat;
height: 30px;
line-height: 30px;
margin-top: 10px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }






@media screen and (max-width: 680px) {

body { 
line-height: 1.4;
font-size: 13px;
background: #000;
margin: 0;
padding: 0;
color: #fefefe;
}

a { color: #FFDCAF; text-decoration: none;}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; }
h2 { margin: 0; padding: 0; }

#wrap { 
width: 100%;
margin: 0 auto;
background: #171717;
}

#header {
height: auto;
background: url(../image/header.jpg) no-repeat;
background-size: cover;
}
#header .titlename {
margin: 0;
padding: 15px 0 0 10px;
font-weight: 100;
font-size: 22px;
letter-spacing: -1px;
color: #FFE3BF;
}
#header .titlename a { text-decoration: none; color: #FFE3BF; }
#header .titlename a:hover { text-decoration: none; border-bottom: 1px solid #FFE3BF; }

#header .titlecomment { padding: 0 0 0 10px; margin: 0; color: #eee; font-weight: 100; font-size: 14px; }

#menu {
background: url(../image/menu.jpg) no-repeat;
height: 40px;
line-height: 30px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-size: 12px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
background: url(../image/menuover.png) repeat-x;
}

#contentwrap {
padding: 0 0 0 0;
}

#content {
margin: 10px auto 0 auto;
float: none;
width: 90%;
}

#content h1 {
margin: 0;
color: #FFDCAF;
line-height: 30px;
font-size: 18px;
font-weight: 100;
}
#content h2 {
margin: 0;
color: #FFDCAF;
line-height: 30px;
font-size: 17px;
font-weight: 100;
}

#content h3 {
margin: 0;
color: #FFDCAF;
line-height: 30px;
font-size: 16px;
font-weight: 100;
}

#content h4 {
margin: 0;
color: #FFDCAF;
line-height: 30px;
font-size: 16px;
font-weight: 100;
}

#content p { padding: 0 0 10px 0; color: #fefefe;}
#content ul { padding: 0 20px 10px 30px; }

.box {
	margin:0 0 40px 0;
}
.box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}

#content .imagefull {
	width: 100%;
	margin: 10px 0;
}
#content .imageleft {
	float: left;
	width: 45%;
	margin: 10px 10px 10px 0;
}
#content .imageright {
	float: right;
	width: 45%;
	margin: 10px 0 10px 10px;
}

#content .imagefull img,#content .imageleft img,#content .imageright img {
	max-width: 100%;
}


#sidebar {
float: none;
width: 90%;
margin: 10px auto 0 auto;
}

#sidebar .submenu {
background: url(../image/sidebarh3.jpg) no-repeat;
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #fff;
}

#sidebar p { padding: 0 10px 10px 10px; color: #eee; }

#sidebar ul {
padding: 10px 0 25px 30px;
margin: 0;
list-style-type: circle;
}

#sidebar ul li {
padding: 0;
margin: 8px 0 16px 0;
}

#footer { 
text-align: center;
color: #fff;
font-size: 12px;
background: url(../image/footer.jpg) no-repeat;
height: 30px;
line-height: 30px;
margin-top: 10px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }

}