/* hide from ie on mac \*/
html { height: 100%; }
#simpleViewer 
{ 
	height: 550px;
	width:860px;
}
/* end hide */

/*  2/08 */
/* This style sheet is only used for pages in the genereal directory */

body
{
	font-family:arno pro,"sans serif";
	font-size:12px;
	font-color:#FFFFFF;
	background-color: #111111;
	margin:10px  0 0 65px;
}

a
{
	color:white;
	text-decoration:underline;
	font-size:20px;
}

a:visited
{
	color:white;
}

a:hover
{
	color:#FF4411;
}

h1
{
	font-size:26px;
	font-family:Tranjan Pro, "sans serif";
	font-weight:bold;
	letter-spacing: 0.75cm;
	text-align: right;
	color: black;
	margin-right:2cm;
	margin-top:.5cm;
	margin-bottom: 0cm;
}
/* Title for page - goes in photo at very top */


div#space15
{
	width: 720px;
	height: 15px;
	float:left;
}
/* Used to space div out - used at the bottom so the text div is as tall as the navbar */

p
{
	font-family:arno pro,"sans serif";
	font-size:17px;
	color: #000000;
	margin-left:.5cm;
	margin-right:.5cm;
	margin-top:.5cm;
	margin-bottom:.5cm;
}
/* All text that is not a heading or some type of title */

div#all
{
	position:absolute;
	left:50%;
	width:852px;
	margin: 0 0 0 -426px;
	float:left;
}
/* holds everything in page including footer - the next div inside it is border - also positions whole page on screen */

div#border
{
	width:850px;
	float:right;
	border:thin solid white;
	background-color: #555555;
}
/* everything, including navbar and pictures & text are held in this */

div#content
{
	width:850px;
	float:left;
}
/* holds everything - text - logo at  bottom -navbar - not footer though - this is inside the border div*/

div#top_banner
{
	width:850px;
	height:100px;
	background-image:url('../../images/general/general_top.gif');
	float:left;
}
/* The horizontal skier shot with SMG logo on left and page title inside pic used on all winter pages */

div#photos_text
{
	width:722px;
	background-color:#333333;
	border-right: 3px solid #252525;
	float:left;
}
/* holds everything in the page to the left of the navbar - main content */

div#links
{
	text-align:center;
	width:100%;
	margin: 10px 0 5px 0;
	float:left;
}
/* Holds the links to home page and photos main */

div#space
{
	width:850;
	height:10;
	background-color:#111111;
	float:left;
}
/* goes above the contact info underneath the page */

div#contact 
{
	text-align:center;
	padding-bottom: 10px;
	color:#777777;
	font-size:14px;
	width:850;
	float:center;
}
/* SMG contact info @ bottom */

div#footer
{
	border-top:1px dashed #777777;
	text-align:center;
	padding:5px; 
	color:#777777;
	font-size:10px;
	float:center;
}
/* Copywrite - ALSO NEED TO PUT A LINK TO OUR SITE!!!!!!!!!!! */


