/* `Position
----------------------------------------------------------------------------------------------------*/
#wrap-logo {
	margin-top: 10px;
	margin-bottom: 5px;
}
#wrap-menu {
	margin-top: 70px;
	margin-bottom: 5px; 
}
#wrap-image-slide {
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrap-content {
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrap-sidebar-content {
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrap-footer {
	margin-top: 5px;
	margin-bottom: 10px;
}
#wrap-content-header {
	height: 80px;
}
#wrap-content-main {
	margin-left: 15px;
	margin-right: 15px;
}
#wrap-content-footer {
	height: 76px;
	margin-left: 70px;
}
#wrap-gadget {
	margin-bottom: 5px;
}
#wrap-gadget-title {
	height: 40px;
	position: relative;
}
#home-content {
	margin-bottom: 15px;
}
#home-content-title {
	margin-left: 15px;
}
#home-content-fill {
	margin: 5px;
}
/* `Text
----------------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
h2.content-title {
	position: absolute;
	margin-left: 80px;
	margin-top: 14px;
	text-shadow: 2px 1px 4px #292929;
}
h6.gadget-title {
	position: absolute;
	margin-left: 10px;
	margin-top: 14px;
	text-shadow: 2px 1px 4px #292929;
}
.gadget-main {
	margin: 2px;
}
.margin {
	margin-top: 16px;
}
h3.home-content-title-style {
	background-color: #f68121;
	color: white;
	text-shadow: 2px 2px 5px #292929;
	width: 200px;
}
p.read-more-button {
	background-color: #292929;
	margin-left: 220px;
	width: 80px;
	color: white;
}
p.read-more-button:hover {
	background-color: #f68121;
	margin-left: 220px;
	width: 80px;
	color: #292929;
	text-decoration: none;
}
/* `Style
----------------------------------------------------------------------------------------------------*/
#main {
	background-color: #e3e3e3;
}
body {
	background: url(../images/texture.jpg);
	background-attachment: fixed;
}
.content-header {
	background: url(../images/content-header.png) no-repeat;
}
.content-footer {
	background: url(../images/content-footer.png) no-repeat;
}
.gadget-title-bg {
	background: url(../images/gadget-title-background.png) no-repeat;
}
.footer-background {
	background: url(../images/footer-bg.jpg) no-repeat;
}
.home-content-style {
	
}