@font-face {
	font-family: Nunito;
	src: url('assets/Nunito-Regular.ttf');
  }
  
  @font-face {
	font-family: Nunito;
	src: url('assets/Nunito-Bold.ttf');
	font-weight: bold;
  }
  
  @font-face {
	font-family: Nunito;
	src: url('assets/Nunito-Italic.ttf');
	font-style: italic;
  }
  
  @font-face {
	font-family: Nunito;
	src: url('assets/Nunito-BoldItalic.ttf');
	font-style: italic;
	font-weight: bold;
  }

html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul, li {
	margin: 5px;
	padding: 0px;
	text-align: justify;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ff0000;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: white;
	text-align: center;
	font-size: 12px;
	font-family: 'Nunito', sans-serif;
	margin: 0;
	background-color: #000000;
	color: #fceaff;
	background-image: url('assets/roses.gif');
  }

#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
	position: relative;
	padding-top: 68px;
}

#body {
	background: #323232;
	border-radius: 10px;
	color: white;
	width: 100%;
	border: 2px outset #ff0000;
	padding-bottom: 17px;
	padding-top: 17px;
}

h1 {
	position: absolute;
	top: 26px;
	left: 0;
	font-size:26px;
	color:#ff0000;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	background: #323232;
	border: 3px outset #ff0000;
	border-radius:10px;
	padding-left: 5px;
	padding-right: 5px;
	width:220px;
	text-align: center;
}
#nav {
	position: absolute;
	top: 37px;
	left: 250px;
	
}
#nav  a {
	background: #545454;
	margin-right: 5px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	width:108px;
	height:20px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 8px;
	text-align:center;
	text-decoration:none;
	color:#ff0000;
	font-weight:bolder;
	border: 3px outset #ff0000;
	border-bottom: none;
}
#nav  a:hover {
	border-color: #880000;
	color:#880000;
}

#nav #currentpage {
    background: #323232;
	border-bottom: none;
	padding-top:10px;
}


#welcome {
	padding-left: 17px;
	width: 226px;
	float: left;
}
#welcome a {
	color: #F2F7F8;
}
#welcome a:hover {
	color: #CFCCBF;
}
#welcome h2 {
	text-align: center;
	margin: 11px;
	color:#ff0000;
	font-size:24px;
}
#welcome p {
	margin: 0px;
}
#welcome .more {
	margin-top: 18px;
	margin-bottom: 10px;
}


#content {
	float: left;
	width: 451px;
	margin-right: 17px;
	margin-left: 17px;
	color: #fceaff;
}
#content .left {
	margin-right: 10px;
}
#content a {
	color: #dc5151;
}
#content a:hover {
	color: #880000;
}

#content-content {
	padding: 15px;
	background-color: #545454;
	border-radius: 10px;
}

#content-content p {
	border-bottom: 0;
	text-align: justify;
}

#content-banner {
	text-align: center;
	padding: 15px;
}

.fineline {
	border-bottom: 1px solid #323232;
	margin-bottom: 12px;
}


#footer {
	font: 11px arial, sans-serif;
	color: #fceaff;
	text-align: right;
	padding-right: 47px;
}
#footer p {
	margin-top: 0.5em;
}

.box {
	background-color: #111111;
	border: 2px outset #ff0000;
	border-radius:10px;
	padding: 10px;
}

#contact {
	margin-top: 20px;
}
  
#bestwith {
	margin-top: 17px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: center;
}

#bestwith img {
	margin-left: 5px;
	margin-right: 5px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.tooltip {
	cursor: help;
	text-decoration: underline dotted;
}