@import url(http://fonts.googleapis.com/css?family=Fredericka+the+Great|IM+Fell+French+Canon+SC|Amaranth:400,700|Alegreya+SC:400,900,700);
@font-face
	{font-family: FreeBooter;src: url(media/freebooterscript.woff);}
@font-face
	{font-family: Klavika;src: url(media/facebook.woff);}
@font-face
	{font-family: Arista;src: url(media/arista.woff);}
@font-face
	{font-family: Picobla;src: url(media/twitter.woff);}

div,table,td,img	
	{margin: auto;
	text-align:center;}

img	{border:0px;}

.Gradient
	{background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(143, 255, 108) 88%);
	background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(143, 255, 108) 88%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(143, 255, 108) 88%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(143, 255, 108) 88%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(143, 255, 108) 88%);
	border-bottom-right-radius:130px;
	border-bottom-left-radius:130px;
	width: 75%;
	min-width:700px;
	box-shadow:0px 0px 10px #B82471;
	position:relative;
	z-index:1;
	behavior: url(PIE.htc);} 

.PinkGradient	
	{background: rgb(255, 75, 168);
	background: -moz-linear-gradient(90deg, rgb(255, 75, 168) 30%, rgb(209, 40, 109) 100%);
	background: -webkit-linear-gradient(270deg, rgb(255, 75, 168) 30%, rgb(209, 40, 109) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 75, 168) 30%, rgb(209, 40, 109) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 75, 168) 30%, rgb(209, 40, 109) 100%);
	background: linear-gradient(180deg, rgb(255, 75, 168) 30%, rgb(209, 40, 109) 100%);
	height: 67px;
	width:100%;
	min-width:1080px;
	behavior: url(PIE.htc);}

.Beige	{background-color: Beige;
	box-shadow:0px 0px 7px #951D5B inset;}

.Line
	{background-color: #34646E;
	height:1px;}

.Shadow	{border:1px solid Silver;
	box-shadow:5px 5px 10px Gray;}

a	{text-decoration:none;}

body 	{background-color: #FF4BA8;
	margin:0px;
	font-family:Georgia;
	color: #454545;
	text-shadow:1px 1px 0px Beige;
	font-size:17px;}

.Link	{font:25px 'Alegreya SC', serif;
	color: White;
	text-shadow: 1px 1px 3px Black;
	transition-property:color,text-shadow;
 	-moz-transition-property: color,text-shadow;
 	-webkit-transition-property:color,text-shadow;
 	-o-transition-property:color,text-shadow;
	transition-duration: .5s;
 	-webkit-transition-duration: .5s;
	padding:3px;}

.Link:hover 
	{color:#09CCE3;
	text-shadow: 2px 2px 0px Black;} 

.SpecialLink	
	{background-color:rgba(255, 255, 255, .3);
	border:1px solid rgba(0, 0, 0, .16);
	border-radius:13px;
	font:25px 'Alegreya SC', serif;
	color: rgba(0, 0, 0, .16);
	padding:5px;}

.SpecialLink:hover 
	{color:rgba(0, 0, 0, .76);
	border:1px solid rgba(0, 0, 0, .76);}

.Grow	{font-size:35px;
 	transition: font-size .4s;
 	-webkit-transition: font-size .4s; 
	transition-timing-function: ease-out;}

.Grow:hover
	{font-size:45px;}

.Facebook	
	{font-family:'Klavika';
	color: #3B5998;
	text-shadow: 1px 1px 2px Black;}

.Twitter
	{font-family:'Picobla';
	color: #1BB6EC;
	text-shadow: 1px 1px 2px Black;}

.TwitterE	
	{font-family:'Arista';
	color: #1BB6EC;
	text-shadow: 1px 1px 2px Black;}

.Script	{font:35px 'FreeBooter';
	color: #34646E;
	text-shadow: 2px 2px 2px DimGray;}

.Head
	{color: #262626;
	text-shadow: 3px 3px 0px #d7ceb2;
	font-family: 'IM Fell French Canon SC', serif;
	font-size:50px;
	letter-spacing: 10px;}

.SubHead
	{color: #34646E;
	text-shadow: 3px 3px 0px #d7ceb2;
	font-family: Verdana;
	font-size:20px;
	letter-spacing: 2px;}

.Container
	{text-align:center;
	min-width:1000px;}

.Content
	{text-align:center;
	width:700px;

	background-color: White;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: inset 1px 9px 200px -130px #000000, 0px 0px 0px 1px rgba(0, 0, 0, .2);
        box-shadow: inset 1px 9px 200px -130px #000000, 0px 0px 0px 1px rgba(0, 0, 0, .2);
	padding:10px;}

.Box	{border-width:1px;
	border-style:solid;
	padding:10px;
	max-width:300px;}

.Photo	{-webkit-border-radius: 16px;
	border-radius: 16px;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);}

.Top	{vertical-align:top;}
.Justify{text-align:justify;}
.SocialMedia
	{height:60px;
	text-align:right;
	width:1000px;}