/* 		JogjaCamp Standard CSS 				*/


/* Body Style */
body {
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.gif) left 50% repeat-x #c0c0c0;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p, td, th, span, div{
	font-size: 11px;
	line-height: 130%;
}


p {
	margin: 10px 0px !important;
	text-align: right;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #7c7a74;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

table {
	border: none;
	width: 100%;
	height: 100%;
}
td.main {
	width: 750px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/shadow.gif) bottom left repeat-x;
}

/* --------- warper element -------- */
.container {
	width: 750px;
	margin: 0px auto;
	border-bottom: 1px solid #d0d0d0;
}
/* ------- header element ---------- */
.header{
	height: 84px;
	overflow: hidden;
	padding: 0px;
	background-color: #3b392f;
	border-bottom: 1px solid #fff;
}
/* --------- footer ------------- */

.footer{
	height: 79px;
	overflow: hidden;
	padding: 0px 20px;
	background-color: #3b392f;
	border-top: 1px solid #fff;
}


