/*						PRINT STYLES							*/

*	{
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}
body	{
	color: #000;
	font: normal normal 62.5%/1 Georgia, 'Times New Roman', Times, serif;
}

/*						PAGE LAYOUT						*/

#nav	{
	display: none;
}

/*						GLOBAL STYLES						*/

h2	{
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
h3	{
	font-size: 1.6em;
	font-weight: bold;
}
p, li	{
	font-size: 1.2em;
	line-height: 1.5em;
}
ul	{
	padding: 0 0 20px 30px;
}
li	{
	list-style: disc;
	line-height: 2em;
	padding-left: 10px;
}
acronym	{
	border-bottom: dashed 1px #333;
}
a, a:visited	{
	color: #000;
	text-decoration: underline;
}
strong	{
	font-weight: bold;
}

/*						HEADER STYLES						*/

#header h1	{
	font-size: 4em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
#header h1 br	{
	display: none;
}
#header h1 small	{
	display: block;
	font-size: 0.5em;
}

/*						CONTENT STYLES						*/

.content h3	{
	margin-bottom: 10px;
}
.content p	{
	margin-bottom: 25px;
	text-align: justify;
}

/*						FOOTER STYLES						*/

#footer ul	{
	display: none;
}
#footer small	{
	display: block;
	padding-top: 50px;
	text-align: center;
	line-height: 2.3em;
}

/****************************************************************/
/*                  TESTIMONIALS PAGE STYLES                    */
/****************************************************************/

#testimonials cite	{
	display: block;
	text-align: right;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

/****************************************************************/
/*                    PORTFOLIO PAGE STYLES                     */
/****************************************************************/

#portfolio	{
	text-align: center;
}
#portfolio img	{
	margin: 0 10px 10px 0;
}
#portfolio br	{
	display: none;
}
