p.verse {margin:0; padding: 0; line-height:130% !important;}
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
    margin: 0px;
    padding: 0px;
}

img{
    padding: 0px;
    border: none;
}

a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ff0000;
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    background: #ffffff url(/assets/templates/skadi/back_all.jpg) no-repeat top;
}

.main_bg
{
width: 100%;
height: 100%;
background: url(/assets/templates/skadi/bg.jpg) top no-repeat;
//margin-top:-8px;

} 

/*Heading Styles*/

h1{
	font-family: 'Courgette', cursive;
	font-size: 34px;
	color: #ff0000;
	font-weight: normal;
}

h2{
	font-family: 'Courgette', cursive;
	font-size: 22px;
	color: #1D6ED7;
	font-weight: normal;
	line-height: 24px;
	padding: 0px 20px 20px 20px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ff0000;
	font-weight: normal;
	line-height: 24px;
	padding: 15px 0px 20px 20px;
}

/*logo*/

#logo{
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0px 380px 0px;
}

#logo H1 { font-size:40px;
	color: #ffffff;}

#logo h2 {
    color: rgb(255, 255, 255);
//    margin: -20px 0 0 20px;
    padding: 0;
}


h2.descr {
font-size:16px;
margin:5px 0 10px 10px;
padding:0;
line-height:100%;
}


/*menu*/
#menu_bg{
	height: 63px;
}

#menu{
	width: 1014px;
	margin: 0 auto;
}

#menu ul {
    padding-left: 0px;
    list-style: none;
	float:right;
}

#menu li {
    display: inline;
}

#menu ul li a{
    font-family: 'Courgette', cursive;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    display: block;
    float: left;
    width: 100px;
    height: 57px;
    padding-top: 22px;
//margin-top:-8px;
}

#menu ul li a:hover, #menu ul li.active a{
    color: #ffffff;
    background: url(/assets/templates/skadi/hover.jpg) repeat-x top;
}

/*header*/

#header_repeat_bg{
	background: url(/assets/templates/skadi/header_bg_repeat.jpg) repeat-x top;
	height: 335px;
	margin-bottom: 20px;
}

#header_bg{
	background: url(/assets/templates/skadi/header_bg.jpg) no-repeat center;
	height: 335px;
}

#header{
	width: 1024px;
	margin: 0 auto;
}

.header_left{
	float: left;
	width: 440px;
	height: 320px;
}

.text{
	color: #000000;
	line-height: 20px;
	font-size: 14px;
	font-family: Arial;
	padding-bottom: 20px;
}


.header_right{
	float: right;
	height: 320px;
}


/*content*/
#content{
	width: 900px;
	margin: -80px auto 20px;	
}



/*footer*/

#footer{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/assets/templates/skadi/footer_repeat_bg.jpg) repeat-x top;
	margin: 0 auto;
	text-align:center;
}

#footer_bot{
	padding-top: 20px;
	border-top: 1px solid #0B55B5;
	width: 990px;
	margin: 0 auto;
	margin-top: 20px;
}

.clear{
	clear: both;
}

