@charset "utf-8";
/* id selector */
#header {
	background:#CC9900;
	padding: 10px;
}
#content h1 {
	font-size: 1.6em;
	color: #fff;
	background: #996;
	padding: 5px;
}
#videoborder {
	border: 1px solid #aaa;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#sidebar {
	float: left;
	width: 265px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#sidebar img.gallery {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #aaa;
}
#home_background_img_table {
	background-image: url(../images/rectangle_content.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
#title {
}




/* class selector */
.author {
	color:#006600;
	font-weight: bold;
}
.bgimage {
	background-image: url(welcome_icon_appstore.png)
	background-repeat: no-repeat;
}


.title {
	font-style: italic;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
/* element selector */
p {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	font-weight: normal;
	color:#000 ;
}
#p.font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
}


p strong {
	font-weight: bold;
	
}
li {
	font-family: Arial, Helvetica, sans-serif;
}
ol   li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
