
@charset "UTF-8";
/* CSS Document */

/*Unusual Occasion Cards CSS*/


body {

	}


/*links*/  

a {
	text-decoration:  underline;
	}

a:link {
	color: red;
	}

a:visited {
	color: red;
	}

a:active {
	color: red;
	}

a:hover {
	color: #000;
	}
	


	
/*header*/

h1 {
	color: #000000;
	font-family: Helvetica;
	font-weight: normal;
	line-height: normal;
	text-align: justify;
	margin-bottom: 0px;
	padding: 30px;
	font-size:20px;
	}

/*copy*/

p {
	color: #000000;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 180%;
	text-align: center;
	font-size:14px;
	padding: 30px;
	}
	
	
/*div tags*/
	
.header {
	padding-top: 75px;
	padding-left: 50px;
	padding-right: 50px;
}

.content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-top: 50px;
}

#sitecontainer {
	width: 500px;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
}

.content {
}

	
