@charset "utf-8";
@import url("garto/stylesheet.css");


a:link { color: #F7931E; text-decoration: none;}
a:visited { color: #F7931E; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: none; font-weight: bold }
a:active {	color: #F7931E; text-decoration: none;}

body{
	margin: 0px;
	padding:0px;
}

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#irtop {
	background-color: #333;
	height: 130px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/irlogo.png);
	background-repeat: no-repeat;
	background-position: 50px 25px;
	
}
.menuclass {
	font-family: "Estrangelo Edessa";
	font-size: 14pt;
	color: #F7931E;
	font-weight: normal;
	background-color: #333;
}
#menu {
	background-color: #333;
	height: 30px;
	width: 500px;
	float: right;
	margin-top: 90px;
}


.menuclass:hover {
	background-color: #f7931e;
}

#main {
	width: 100%;
	height: auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 60% 60%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/horse_bot.jpg);
}
#carldin {
	height: 700px;
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 30px bottom;
	background-image: url(../images/Cauldron_N.png);
	background-color: rgba(255, 255, 255, 0.8);
}

@font-face {
        font-family: 'Niconne';
        src: url(../fonts/Niconne.ttf);
        
    }

#whatsup {
	height: 620px;
	width: 560px;
	float: right;
	font-family: Niconne;
	font-size: 19pt;
	margin-top: 5px;
	color: #383838;
	margin-right: 35px;
	text-align: justify;

}
.whats {
	font-family: "Comic Sans MS", cursive;
	font-size: 28px;
	color: #FF4B0F;
	text-align: center;
	font-weight: bolder;
	text-decoration: underline;
}

#bottom {
	height: 10%;
	width: 100%;
	font-family: "Book Antiqua";
	font-size: 14px;
	color: #999;
	background-color: #333;
	line-height: 25px;
	padding-left: 10px;
}
#bot2 {
	float: right;
	height: 25px;
	width: 300px;
	margin-top: 5px;
}
