/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body { overflow: auto;
width: 1100px;
height: 600px;
font-size: 12px;
	font-family: Georgia;
	cursor: url(que.gif), default;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }




a:link { text-decoration: underline; color: #9e3261; }
a:active { text-decoration: underline; color: #9e3261; }
a:visited { text-decoration: underline; color: #939598; }
a:hover { text-decoration: none; cursor: url(poi.gif), hand;  font-size: 12px; font-style: italic; letter-spacing: 10px;}
 
A.rollover { background: url('la.gif'); width: 100px; height: 130px; display: inline-block; margin: 0; padding: 0;}
A.rollover:hover { background: url('la2.gif'); width: 100px; height: 130px; padding: 0; }

A.rollover2 { background: url('ra.gif'); width: 100px; height: 130px; display: inline-block; margin: 0; padding: 0;}
A.rollover2:hover { background: url('ra2.gif'); width: 100px; height: 130px; padding: 0; }

#menu A.polaroids:link {color: black; margin-left: 0px; text-decoration: none; font-style:normal;}
#menu A.polaroids:active {color: black; margin-left: 0px; text-decoration: none; font-style:normal;}
#menu A.polaroids:visited {color: black; margin-left: 0px; text-decoration: none; font-style:normal;}
#menu A.polaroids:hover { margin-left: 0px; text-decoration: none; cursor: url(pola2.gif), hand; font-style:normal; font-size: 12px; font-style: italic; letter-spacing: 10px;} 

#menu A.gift:link {color: black; margin-left: 0px; text-decoration: none; font-style:normal;}
#menu A.gift:active {color: black; margin-left: 0px; text-decoration: none; font-style:normal;}
#menu A.gift:visited {color: black; margin-left: 0px; text-decoration: none; font-style:normal;}
#menu A.gift:hover { margin-left: 0px; text-decoration: none; cursor: url(gift.gif), hand; font-style:normal; font-size: 12px; font-style: italic; letter-spacing: 10px;} 

#menu A.new:link {color: black; margin-left: 0px; text-decoration: none; font-style:normal; background-color: yellow;}
#menu A.new:active {color: black; margin-left: 0px; text-decoration: none; font-style:normal; background-color: yellow;}
#menu A.new:visited {color: black; margin-left: 0px; text-decoration: none; font-style:normal; background-color: yellow;}
#menu A.new:hover { margin-left: 0px; text-decoration: none; font-style:normal; font-size: 12px; font-style: italic; letter-spacing: 10px;} 

a img { border: none; }

#menu {
//	  -webkit-transform: rotate(-10deg);
//   -moz-transform: rotate(-10deg);
//   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);


	//font-family: 'FaraoBlackOTFaraoBlackOT'; 
	font-family: Times New Roman;
	font-size: 12px;
    width: 200px;
	text-align: left;
	margin-left: 100px;
    overflow: auto;
    //margin-top: 200px;
	top: 0;
    bottom: 0;
	left: 0;
	//z-index: 1000;
    position: fixed;
    height: 100%;
}

#menu a:link {  text-decoration: none; font-style: italic; color: #939598; margin-left: 0px; }
#menu a:active {  text-decoration: none; font-style: italic; color: #939598; margin-left: 0px; }
#menu a:visited { text-decoration: none; font-style: italic; color: #939598; margin-left: 0px;}
#menu a:hover { text-decoration: none; margin-left: 0px; color: black; background:url(hoho.gif) repeat-x center #ffcc00; cursor: url(hover-menu.gif), hand; font-size: 12px; font-style: italic; letter-spacing: 10px;}



#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}


#menu ul li.section-title { }


#menu ul li.active a { text-decoration: none; margin-left: 0px; color: black; background: yellow; cursor: url(hover-menu.gif), hand; font-size: 12px; font-style: italic; letter-spacing: 5px;  }


#like { position: fixed; z-index: 99999; top: 450px; left: 5px; }


#content {
	height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

.container2 {
    padding: 5px 5px 25px 0px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



