/*
Theme Name: Image Impeccable
Author: Sean Paul
Author URI: http://www.itcontact.co.uk
Description: Image Impeccable Theme
*/

@media 

/* Fairly small screens including iphones */
only screen and (max-width: 500px),

/* iPads */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) 

{
	#Wrapper { display: none; }
}

html{

	}
	
body{
	
	/* margin:10; 
	padding: 0;*/
	text-align: center;
	background-color: #FFF;
	color:#808080;
	font-family: "Rockwell";
	/*background-image:url(../images/wood_grain.jpg);*/
}

#wrapper{
	position:fixed;
	padding: 40px;
	overflow-x: hidden; /* For Opera */
	overflow-y: hidden;
	-webkit-box-shadow:
		inset #C00000 0 0 0 1px,
		inset #FFFFFF 0 0 0 4px,
		inset #C00000 0 0 0 8px,
		inset #FFFFFF 0 0 0 11px,
		inset #C00000 0 0 0 12px;
	-moz-box-shadow:
		inset #C00000 0 0 0 1px,
		inset #FFFFFF 0 0 0 4px,
		inset #C00000 0 0 0 8px,
		inset #FFFFFF 0 0 0 11px,
		inset #C00000 0 0 0 12px;
	box-shadow:
		inset #C00000 0 0 0 1px,
		inset #FFFFFF 0 0 0 4px,
		inset #C00000 0 0 0 9px,
		inset #FFFFFF 0 0 0 12px,
		inset #C00000 0 0 0 13px;
}

#bod{
	overflow: hidden;
	padding: 5px;
	text-align:left;
}

/* Header Styles */
.head_red{
	font-size: 150px;
	color: #C00000;
	font-family: "Mistral", Rockwell;	
}

.head_black{
	font-size: 100px;
	color: #000;
	font-family: "Mistral", Rockwell;
}
h2{
	font-weight: bold;	
}

/* Content Styles
#content{
	text-align: left; 
	font-size: 12pt;
	font-family: "Rockwell";
	color: #000;
}
*/
.contentC{
	
}

.content_big_red{
	color: #C00000;
	text-align:right;
	font-size: 40px;
}

.content_small_red{
	color: #C00000;
	text-align:right;
	font-size: 18px;	
}

.content_small_red_mist{
	color: #C00000;
	text-align:right;
	font-size: 18px;
	font-family: "Mistral";	
}

.content_black_bold{
	font-weight: bolder;
}

a{
	color:#808080;
	text-decoration: none;
	font-family: "Rockwell";	
}