@charset "utf-8";
/* CSS Document */

/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color and Font Legend 

font-family: 'Open Sans', sans-serif;
font-family: 'Judson', serif;

#1C232E   Dark Blue
#131820   Very Dark Blue
#42464C   Border

*/


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }


/* Global */

html 	{	}
body		{ font-family:'Open Sans', Arial, Helvetica, sans-serif;	}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #000;
					font-family:'Open Sans', Arial, Helvetica, sans-serif; }

h1 	{ font-size:24px; }
h2 	{ font-size:20px; }
h3 	{ font-size:16px; }
h4 	{ font-size:16px; text-align:right; }
h5 	{ font-size:14px; }
h6 	{ font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{ color:#000; font-size:16px; line-height:150%;
				font-family:'Open Sans', Arial, Helvetica, sans-serif;  }
p .left		{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }
.smaller		{font-size:14px;}
a           	{ font-family:'Open Sans', Arial, Helvetica, sans-serif;  }
a:link		{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus		{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: normal; }
em		     { font-style: italic; }

/* Images */


/* Lists */

ul          	{ 	}
ol          	{ list-style-type:decimal; }

ul li		{ color:#000; font-size:12px; font-family:'Open Sans', Arial, Helvetica, sans-serif; }
ol li	     { color:#000; font-size:12px; font-family:'Open Sans', Arial, Helvetica, sans-serif; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr			{	}
.odd			{ background-color:#eee; }
.even		{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody		{    }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym  { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#wrapper 			{   }

#top	 			{max-width:900px; width:100%; margin:0 auto;   }
#top-bg			{ background-color:#1C232E; padding:30px 0; overflow:auto; 	}

#name			{ float:left; width:320px; height:auto; margin-left:2%;	}
#name img			{width:320px; width:100%; height:auto; margin-left:2%;	}

#name-right	 a:link		{ color:#fff;	}
#name-right	 a:visited	{ color:#fff;	}
#name-right	 a:active	{ color:#fff;	}
#name-right	 a:hover	{ color:#FFF;	}
#name-right	 a:focus	{ color:#FFF;	}


#name h2			{ color:#fff; font-size:36px; font-weight:600; text-transform:uppercase;
					font-family:'Open Sans', Arial, Helvetica, sans-serif; margin:16px 0 6px 0;	}
#name h3			{ color:#fff; font-size:17px; font-weight:500; text-transform:uppercase;
					font-family:'Open Sans', Arial, Helvetica, sans-serif;	}

#social-media		{ float:right;	}
#social-media ul 	{ margin-top:15px;	}
#social-media ul li	{ display:inline;	}
#social-media img	{ margin-left:8px; border:1px #555 solid;	}

#social-media img:hover	{ border:1px #fff solid;	}

#topnav 			{ max-width:900px;width:100%; height:auto; margin:0 auto; clear:both; text-align:right;   }
#topnav-bg		{ background-color:#131820; padding:0 0 30px 0; 	}

#topnav ul		{ 	}
#topnav ul li		{ display:inline; 	}
#topnav ul li a	{ margin-left:30px; font-family:'Open Sans', Arial, Helvetica, sans-serif;
					text-transform:uppercase; font-size:19px; font-weight:500;	}

#topnav a:link		{ color:#fff;	}
#topnav a:visited	{ color:#fff;	}
#topnav a:active	{ color:#fff;	}
#topnav a:hover	{ color:#ccc;	}
#topnav a:focus	{ color:#ccc;	}
div.nav-menu {}

#banner 			{ max-width:900px; width:100%; height:auto; margin:0 auto; clear:both;  overflow:auto; }
#banner-bg		{ background-color:#131820; border-top:1px #42464C solid; padding:30px 0; }

#banner-left		{ float:left; width:60%;  margin:0 auto;	}
#banner-left h2	{ color:#fff; font-weight:300; font-size:30px; margin:20px 0; 
					line-height:120%; text-transform:uppercase; text-align:right; }
#banner-left h3	{ color:#fff; font-weight:300; font-size:20px; line-height:120%; margin:0 0 20px 0; text-align:right;
					font-family:'Open Sans', Arial, Helvetica, sans-serifArial, Helvetica, sans-serif; }
#banner-left p		{ color:#fff; font-weight:300; line-height:150%; text-align:right;
					font-family:'Open Sans', Arial, Helvetica, sans-serifArial, Helvetica, sans-serif; }

#banner-right		{ float:right;	width:33.333%; margin:0 auto; }
#banner-right img	{  max-width:92%; margin:0 auto; border:12px #42464C solid;	}

#content 			{ max-width:60%; float:left; margin:0 0 20px 0;
					font-family:'Open Sans', Arial, Helvetica, sans-serif; text-align:right;  }
#content-bg		{ background-color:#DBE2EE; overflow:auto;	}
#content-wrap		{ margin:0 auto; max-width:900px; width:100%; }

#content h1		{ font-size:30px; font-weight:600; margin:40px 0 10px 0; 
				    border-bottom:1px #aaa solid; padding-bottom:15px;	text-transform:uppercase; text-align:right; }
#content h2		{ font-size:24x; font-weight:600; margin:40px 0 10px 0; 
				    border-bottom:1px #aaa solid; padding-bottom:15px;	text-transform:uppercase; text-align:right; }
#content h3		{ font-size:18px; font-weight:600; margin:20px 0 10px 0; text-transform:uppercase; text-align:right;	}
#content p		{ margin:12px 0; line-height:180%; text-align:right;	}
#content img		{ width:27%; height:auto; margin-left:14px;	}


#contact-info     { padding-top:25px; }

#pics h1		{ font-size:30px; font-weight:600; margin:40px 0 10px 0; 
				    border-bottom:1px #aaa solid; padding-bottom:15px;	text-transform:uppercase; text-align:right; }
#pics h2		{ font-size:24x; font-weight:600; margin:40px 0 10px 0; 
				     padding-bottom:15px; text-transform:uppercase; text-align:right; }
#pics h3		{ font-size:18px; font-weight:600; margin:20px 0 10px 0; text-transform:uppercase; text-align:right;	}
#pics h4		    { font-size:14px ; font-weight:700; line-height:180%; text-align:right; margin:10px 0 0px 0;	}
#pics h5		    { font-size:16px #666  ;  font-weight:700; line-height:180%; text-align:right; margin:10px 0 20px 0;	}

#pics p		    { font-size:14px ; line-height:180%; text-align:right;	}
#pics img 			{max-width:540px; width:100%; max-height:250px; height:100%; margin-top:10px; border:2px #999 solid; }
#pics ul li  {font-size:14px; list-style-type:square; }


#anchor  { padding:10px 0 0 0; margin-top:22px;  }
#anchor p a { color:#1C232E; }

#anchor h1		{ font-size:30px; font-weight:600; margin:40px 0 10px 0; 
				    border-bottom:1px #aaa solid; padding-bottom:15px;	text-transform:uppercase; text-align:right; }
#anchor h2		{ font-size:24x; font-weight:600; margin:40px 0 10px 0; 
				     padding-bottom:15px; text-transform:uppercase; text-align:right; }
#anchor h3		{ font-size:18px; font-weight:600; margin:20px 0 10px 0; text-transform:uppercase; text-align:right;	}
#anchor h4		    { font-size:14px ; font-weight:700; line-height:180%; text-align:right; margin:10px 0 20px 0;	}
#anchor h5		    { font-size:16px #666  ;  font-weight:700; line-height:180%; text-align:right; margin:10px 0 20px 0;	}

#anchor p		    { font-size:12px ;color:#1C232E; line-height:180%; text-align:right;	}
#anchor img 			{width:540px; height:250px; margin-top:10px; border:2px #999 solid; }
#anchor ul li  {font-size:14px; list-style-type:square;   }      



#anchor a:link	{ color:#1C232E;	}
#anchor a:visited	{ color:#000;	}
#anchor a:active	{ color:#000;	}
#anchor a:hover	{ color:#1C232E; text-decoration:underline;	}
#anchor a:focus	{ color:#000; text-decoration:underline;	}



#content ul 		{ text-align:right; }
#content li		{ font-size:16px; line-height:180%;
					padding:3px 0; margin-right:40px;
					list-style-type:square; text-align:right;	}
#content ul li		{ list-style-type:square;  text-align:right;	}
#content a		{	}

#content a:link	{ color:#000; font-weight:600;	}
#content a:visited	{ color:#000;	}
#content a:active	{ color:#000;	}
#content a:hover	{ color:#000; text-decoration:underline;	}
#content a:focus	{ color:#000; text-decoration:underline;	}


#box2 img		{width:540px;  height:250px; }

#sidebar	 		{ width:33%; float:right; margin:0 0 20px 40px; 
					font-family:'Open Sans', Arial, Helvetica, sans-serif; text-align:right;  }
#sidebar h1		{ margin:30px 0 20px 0; text-align:right; font-family:'Open Sans', Arial, Helvetica, sans-serif; }
					
#sidebar h2		{ margin:16px 0 20px 0; font-size:22px; text-transform:uppercase;font-weight:800;
					font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#333; text-align:right;	}
#sidebar h3		{
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333;
	text-align: right;
	margin-right: 0;
	margin-left: 0;
}
#sidebar p		{ margin:0 0 20px 0; text-align:right; }
#sidebar img		{ margin:0 0 20px 0; }
#sidebar ul 		{ padding-top:3px; padding-bottom:20px; text-align:right;	}
#sidebar li		{ font-size:14px; line-height:180%;
					padding:3px 0; margin-right:40px;  text-align:right;
					list-style-type:square;	}
#sidebar ul li		{ list-style-type:square; text-align:right;	}
#sidebar a		{	}
.sidebar-img-padding-top  {padding-top:50px }
.sidebar-img-padding-bottom	{padding-bottom:20px}
#sidebar a:link		{ color:#000;	}
#sidebar a:visited		{ color:#000;	}
#sidebar a:active		{ color:#000;	}
#sidebar a:hover		{ color:#; text-decoration:underline;	}
#sidebar a:focus		{ color:#000; text-decoration:underline;	}

#gallery			{ 	}
#gallery ul li		{ display:inline; list-style-type:none;	
					margin:0; padding:0; }
#gallery img		{ padding:2px; margin:5px 5px 5px 0;
					border:1px #555 dotted; width:20%; 	}
#gallery img:hover	{ border:1px #333 solid;	}

#team			{	}

#faq				{	}

#footer 			{ max-width:900px; width:100%; margin:0 auto; clear:both; text-align:right;    }
#footer-bg		{ clear:both; background-color:#1C232E;	overflow:auto;
					border-top:15px #42464C solid; }
#footer p			{	}

#footer a:link		{ color:#fff;	}
#footer a:visited	{ color:#fff;	}
#footer a:active	{ color:#fff;	}
#footer a:hover	{ color:#B5C9DF;	}
#footer a:focus	{ color:#B5C9DF;	}

#nav2			{ text-align:right; }

#box1			{ max-width:200px; width:22.222%; height:auto; float:left; 	}
#box2			{ max-width:450px; width:50%; height:auto;	float:left; 	}
#box3			{max-width:200px; width:22.222%; height:auto; float:left; }
#box3 p		{font-size:15px;    }

#box1, #box2, #box3 		{ margin:20px 0 40px 0; text-align:right;  }
#box1 h3, #box2 h3, #box3 h3 	{ color:#fff; margin:20px 30px 15px 0; text-align:right; }
#box1 p, #box2 p, #box3 p 	{ color:#fff; text-align:right; margin-right:30px;  }
#box1 li, #box2 li, #box3 li	{ color:#fff; margin:8px 30px 0 0; text-align:right; font-size:14px; }

/* Forms */

#form1	 				{ margin:0 0 0 0px; text-align:right; 	}

#form1 ol li				{ display:block; padding:10px 0px 5px 0px; margin:0; }

#form1 form ol 			{ list-style-type:none; }

#form1 label 				{ display: block; margin:0 0 5px 0; 
							font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:600;
							text-transform:uppercase; text-align:right;  } 
								
#form1 input, #form1 textarea, #form1 select { display: block; width:350px; padding:6px; }

#form1 input					{	}

#form1 textarea				{	}

#form1 select					{	}

#form1 .submit					{ padding:5px 20px; width:150px; }


/* Search Box */

#search-box			{ width: 350px; height: 80px; margin: 10px -20px 0 0; display: block; 
						float:right;; }
						
	
	
						

#search-form 			{ width: 250px; height: 28px; margin: 0; 
						position: relative; }

#search-input 			{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
						position: relative; 
						margin: 0; padding: 5px 35px 5px 5px; 
						width: 218px; outline:none; 
						color: #999; background: #eee; 
						border: 1px solid #d2d2d2; 
						border-bottom: 1px solid #d8d8d8; 
						border-radius: 3px; 
						-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 0px 6px rgba(0,0,0,0.07); 
						-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 0px 6px rgba(0,0,0,0.07); 
						-o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 0px 6px rgba(0,0,0,0.07); box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 0px 6px rgba(0,0,0,0.07); }

#search-input:focus 	{ background: #fcfcfc; color: #666; 
						border: 1px solid #d2d2d2; 
						border-bottom: 1px solid #d8d8d8; }

#search-button 		{ position: absolute; 
						left: 242px; top: 0px; 
						width: 28px; height: 28px; 
						text-indent: -9999px; 
						outline: none; 
						border: 1px solid #ccc; 
						border-bottom: 1px solid #d2d2d2; 
						border-radius: 0px 3px 3px 0px; 
						cursor: pointer; 
						-webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); 
						-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); 
						-o-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); 
						box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); 
						background-color:#ececec;
						background-image:url(../images/sb.png); 
						background-repeat:no-repeat; }

#search-button:hover 	{ -webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); 
						-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); 
						-o-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); 
						box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);}

#search-button:active 	{ -webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.58), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px -14px 13px rgba(255,255,255,0.57); 
						-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.58), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px -14px 13px rgba(255,255,255,0.57); 
						-o-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.58), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px -14px 13px rgba(255,255,255,0.57); 
						box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.58), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px -14px 13px rgba(255,255,255,0.57);}



/* Miscellaneous  */

.bold  {font-weight:700; text-decoration:none;}
.up  	{color:#999; font-size:12px;}

.anchor   		{ font-size:12px; color:#666; padding:5px 0 5px 0 }

.copyright-text	{ font-size:18px; font-style:normal; color:#fff; font-family:'Open Sans', Arial, Helvetica, sans-serif; text-align:right;
					border-bottom:1px #fff dotted; padding-bottom:10px; margin:15px 20px 10px 20px; font-weight:700; }
.footer-text		{ font-size:12px; font-style:normal; color:#fff; }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle			{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date			{ font-size:10px font-style:italic; color:#555; }
.article-date		{ font-size:10px font-style:italic; color:#555;  }
.location			{ font-size:10px font-style:italic; color:#555;  }

.float-right		{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }
.inline-block		{ display:inline-block; }
.inline-table		{ display:inline-table; }
.mifratim {  display:none; }

.footer-two-columns		{display:block; }
.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      		{ background:#D7D7FF; }
.removed    		{ background:#FFCECE; color:#f00; }
.changed			{ background:#FFB; }

.company-name		{	}
.menu-trigger		{display:none;}




@media screen and (min-width:641px) and (max-width:1000px) {

#gallery img		{ width:18%; float:right;	}


#name			{ float:left; width:300px; height:auto; margin-left:2%;	}

#search-box			{ max-width: 350px; width:33%; max-height: 80px; height:auto; margin: 10px 1% 0 0; }

#topnav 			{ width:90%; height:auto; margin:0 auto;   }

#banner 			{ width:90%; margin:0 auto; overflow:auto; }


#banner-left h2	{ font-size:20px; font-weight:600; }
#banner-left h3	{ font-size:18px; }

#content 			{ max-width:90%; float:left; margin:0 5%; }
#content h2		{ font-size:23px;  }
#sidebar img		{ display:none; }	


#footer 			{  width:70%; padding:0 5%;    }
.footer-two-columns		{display:none; }

#box1				{ width:30%; margin:4% 0 6% 0; padding: 1px auto;	float:left; 	}
#box2				{ width:70%; margin:4% 0 6% 0;	float:right; 	}
.footer-two-columns		{display:none; }
.mifratim {  display:block; }
	
#gallery img		{width:21%; float:none; }	
	
	
	
	
	
	}






@media screen and (max-width:640px) 
{
	
#name			{  width:280px; height:auto; margin-left:3%; float:left; overflow:hidden;	}
	
#search-box			{ display:none; }	
#topnav 			{ width:100%; height:auto; margin:0 auto; clear:both; text-align:right; border-top:1px #FFF solid;  }
#topnav-bg		{  padding:0; }
#topnav ul			{ 	}
#topnav ul li		{ display:block; width:100%;  border-bottom:#004080; 	}
#topnav ul li a		{ margin-left:0; padding:15px 0; background-color:#036;
					 font-size:20px; text-align:center; 	}
#banner-bg		{  padding:0; }
#banner-left		{display:none; }
#banner-right img	{  display:none;	}
.menu-trigger		{display:block; background-color:#004080;
						padding:10px 5%; color:#FFF; font-size:18px; cursor:pointer;
						border-top:1px solid #FFF;}
div.nav-menu {display:none;}
div.nav-expanded {display:block;}

#content 			{ max-width:90%; float:none; margin:0 5% 8% 5%; }
#content-bg		{ background-color:#DBE2EE; overflow:auto;	}

#content h1		{ font-size:22px;  margin:30px 0 10px 0;  }
#content h2		{ font-size:20x;  margin:30px 0 10px 0;  }
#content h3		{ font-size:16px; }
#content p		{ font-size:15px; line-height:1.6;}
#content ul li		{ font-size:15px; line-height:1.6;}

#content img		{ width:35%; 	}
.display-none 		{display:none; }
	
#sidebar	 		{ width:90%; float:none; padding:4% 5%; background-color:#FFF; margin:0 0 0 40px;  }
#sidebar img		{ display:none; }	

#footer 			{  width:90%; padding:2% 5%;    }

#box1				{ display:none;	}
#box2				{ width:100%; margin:20px auto;	float:right; 	}
#box3				{ display:none; }
#box2 p				{font-size:14px; text-align:right; margin:0 auto; padding:2px 3% 2px 3%; }

#pics img 			{max-width:540px; width:100%; max-height:250px; height:100%; }
#gallery img		{ width:28%; 	}	
	}


@media screen and (max-width:380px) {

	#name			{  width:86%; height:auto; margin:0 7%; float:none; overflow:hidden;	}
	#gallery img		{ width:40%; 	}	
	#content img		{ width:40%; 	}
	#content 			{ max-width:94%; float:none; margin:0 3% 8% 3%; }
#pics img 			{max-width:540px; width:100%; max-height:250px; height:100%; }

	
	}