body
{
font-family: Roboto;
background-color:#fff;
background-image: url('images/bgbg.png'); 
background-position: fixed;
background-repeat:repeat;
margin-top: 0px;
padding-top:0px;
overflow-y: scroll;
}

::-webkit-scrollbar {width: 8px; height: 0px; background: #fafafa;}
::-webkit-scrollbar-thumb {background-color:#f599a2; border: 0px solid black;}

::selection {color: #4b4b4b; background: #ffe4e8;}
::-moz-selection {color: #4b4b4b; background: #ffe4e8;}
::-webkit-selection {color: #4b4b4b; background: #ffe4e8;}



#header {
	
		margin:0px;
		padding-top:50px;
		
}


#main {
		margin: 10px 0px 30px 0px;
		padding:10px 30px 10px 30px;
		position:relative;
		font-size:15px;
		background-color:#fbfdfb;
		background-image: url('images/bg2.png'); 
		background-position: fixed;
		background-repeat:repeat;
		color: #4b4b4b;
		font-style: normal;
		width: 685px;
		text-align: left;
		font-family: Roboto, sans-serif;
		max-height: 100%;
		border-radius:20px;
		line-height:30px;
		box-shadow: 5px 1px 2px #bfc7c5, 
					-5px -1px 2px #bfc7c5;
		letter-spacing: 1px;
	
		
}

a
{
text-decoration:none; 
font-family: 'Roboto', serif;
font-size:15px;
font-weight:500;
color: #d4344f;

}

a:hover 
{
text-decoration:none;
color: #5390b8;
font-weight:500;
transition: 0.1s;
cursor: help;
border-bottom: 2px solid #c5584f;

}

b { color:#bb935a;
font-family: 'Literata', serif;
font-weight: 500;
}

b.sb { color:#d4344f;
font-size:13px;
font-weight: 500;
letter-spacing:1px;
}

i {color:#d4344f;
font-weight: 500;

}

blockquote {
	background-color:#fff;
	padding:20px;
	border-left: 6px solid #f599a2;
	border-right: 6px solid #f599a2;
	width: 400px;
	font-size: 12px;
	line-height: 20px;
	color:#4b4b4b;
}

h1
{
		font-family: 'Great Vibes', cursive;
		font-size:55px;

		color:#5390b8;
		margin-bottom: 20px;
		text-align: center;
		text-shadow: -2px -2px 2px #d9d9d9;
		text-transform: capitalize;
		
}

h2
{
		font-family: 'Roboto', serif;
		font-size:15px;
		color:#7e7e7e;
		font-weight:600;
		width: ;
		margin:-20px 0px -5px 0px;
		text-align: center;
		letter-spacing: 5px;
		text-transform: uppercase;

		
}

#navi {
	padding: 10px 0px 0px 0px;
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background-image: url('images/mbg.png'); 
	background-position: fixed;
	background-repeat:repeat;
	z-index:2;
}

#n1 {
		text-transform: lowercase;
		text-decoration: none;
		float: center;
		padding: 0px 20px 5px 20px;
		display: inline-block;

}
  
#n1 a {
		font-family: 'Literata', serif;
		font-size: 15px;
		letter-spacing: 0px;
		color: #a50b25;
		letter-spacing:3px;
		text-decoration:none;
}	

#n1 a:hover {
		font-family: 'Literata', serif;
		color: #a50b25;
		text-decoration: none;
		letter-spacing:3px;
		border: solid #f599a2;
		border-width: 0px 0px 3px 0px;
		transition: 0.3s;
		

}

		
#footer {
		text-align: center;
		background-image: url('');
		background-repeat: repeat-x;
		background-color:#;
		color:#000;
		height: 55px;
		width:700px;
		font-family: Roboto, sans-serif;
		font-size: 12px;
		line-height: 20px;
		padding:10px 0px 5px 0px;
		border-top: 2px solid #f599a2;
		}
		
ul {
  list-style-image: url('images/fl.png');
  position:relative;
  left: -20px;
}

ul.list {
  list-style-image: url('images/x1.gif');
  position:relative;
  left: 0px;
  margin-top:-5px;
}

table
{
	margin-top: -34px;
}
