body {
	font-family:'quicksand';
	font-size: 17px;
	background-image:url('../images/Background.png');
	background-repeat:repeat;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 21, 2014 */


@font-face {
    font-family: 'quicksand';
    src: url('fonts/quicksand-webfont.eot');
    src: url('fonts/quicksand-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-webfont.woff') format('woff'),
         url('fonts/quicksand-webfont.ttf') format('truetype'),
         url('fonts/quicksand-webfont.svg#quicksandbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*@font-face {
    font-family: 'caviardreams';
    src: url('fonts/caviardreams-webfont.eot');
    src: url('fonts/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caviardreams-webfont.woff') format('woff'),
         url('fonts/caviardreams-webfont.ttf') format('truetype'),
         url('fonts/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	font-weight: bolder;
}


h2 {
	font-weight: lighter;
	text-decoration: underline;
}

p {
	font-size: 20px;
	font-weight: 200;
}

.boxborder {
	/*width:200px;
	height:100px;*/
	border:6px double #000;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}


.list-style-none {
	list-style: none;
	padding: 0;
}

.boxborder.small {
	width: 200px;
}

.boxborder.medium {
	width: 350px;
}

.boxborder.large {
	width: 500px;
}

.boxborder.xlarge {
	width: 575px;
}


.boxborder.xxlarge{
	width: 675px;
}
a { color: #722228; }
a:hover { color: #42060a; }
a:visited { color: #9f0f19; }

